Skip to content

Commit

Permalink
chore(ci): add npm ci to merge (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Feb 4, 2025
1 parent 9cc38b0 commit a3f63a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a3f63a0

Please sign in to comment.