Skip to content

Commit

Permalink
fix: Add test command to the deployment pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
DManavi committed Feb 22, 2023
1 parent aabd690 commit 1f11fbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_npm_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
cache: 'npm'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run test
- run: npm run build
- run: npm publish
env:
Expand Down

0 comments on commit 1f11fbd

Please sign in to comment.