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"