Skip to content

Commit

Permalink
Add mention of npm run build if dev deps need updating.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwidman committed Nov 2, 2022
1 parent ab15068 commit 50cdf98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -177,7 +177,7 @@ jobs:

- Dependabot PR's:
- We expect Dependabot PRs to be passing CI and have any changes to the `dist/` folder built for production dependencies
- Some development dependencies may fail the `dist/` check if they modify the Typescript compilation, these should be updated manually
- 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.
- Checkout and update `main` locally, then generate a patch release branch
```bash
git checkout main
Expand Down

0 comments on commit 50cdf98

Please sign in to comment.