Skip to content

Commit 1f11fbd

Browse files
author
Danial Manavi
committed
fix: Add test command to the deployment pipeline.
1 parent aabd690 commit 1f11fbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish_npm_package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
cache: 'npm'
2121
registry-url: 'https://registry.npmjs.org'
2222
- run: npm ci
23+
- run: npm run test
2324
- run: npm run build
2425
- run: npm publish
2526
env:

0 commit comments

Comments
 (0)