Skip to content

Commit daa85e7

Browse files
committed
Add mention of npm run build if dev deps need updating.
1 parent b768c40 commit daa85e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
182182
- Dependabot PR's:
183183
- We expect Dependabot PRs to be passing CI and have any changes to the `dist/` folder built for production dependencies
184-
- Some development dependencies may fail the `dist/` check if they modify the Typescript compilation, these should be updated manually
184+
- Some development dependencies may fail the `dist/` check if they modify the Typescript compilation, these should be updated manually via `npm run build`. See the [`dependabot-build`](https://github.com/dependabot/fetch-metadata/blob/main/.github/workflows/dependabot-build.yml) action for details.
185185
- Checkout and update `main` locally, then generate a patch release branch
186186
```bash
187187
git checkout main

0 commit comments

Comments
 (0)