From afc431ef06fafe55b80db556e6ba76646eb39ab3 Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Tue, 4 Feb 2025 13:19:16 -0800 Subject: [PATCH] chore(ci): add npm ci to merge --- .github/workflows/merge.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index d059df5..d7956e4 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -48,6 +48,7 @@ jobs: - name: Rebuild ./dist if: steps.semver.outputs.next run: | + npm ci npm run bundle git add ./dist --force git commit -m "Rebuild dist/ directory"