From daa85e7aee41d8d2e8b40014ffc3ded054cb9739 Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Wed, 2 Nov 2022 13:40:36 -0700 Subject: [PATCH] Add mention of `npm run build` if dev deps need updating. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84153614..fbe5fd43 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,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