Skip to content

Commit

Permalink
Merge pull request #79 from github/build-on-publish
Browse files Browse the repository at this point in the history
Build on publish
  • Loading branch information
keithamus authored Feb 26, 2025
2 parents 1794ce2 + dbec947 commit e540a78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
registry-url: https://registry.npmjs.org/
cache: npm
- run: npm ci
- run: npm run build
- run: npm test
- run: npm version ${TAG_NAME} --git-tag-version=false
env:
Expand Down

0 comments on commit e540a78

Please sign in to comment.