Skip to content

Commit

Permalink
Add CI step to run the built script
Browse files Browse the repository at this point in the history
  • Loading branch information
smikitky committed Apr 12, 2024
1 parent 827e9b2 commit cdfc83b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ jobs:
- run: npm ci
- run: npm test
- run: npm run ci
- run: npm run build
- run: npm run build
- run: node lib/index.js --help

0 comments on commit cdfc83b

Please sign in to comment.