Skip to content

Commit 4c5ab89

Browse files
committed
Add test step to npm-publish workflow
1 parent d948b0f commit 4c5ab89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
registry-url: https://registry.npmjs.org/
2020
- run: npm add -g pnpm
2121
- run: pnpm i
22+
- run: pnpm t
2223
- run: npm publish
2324
env:
2425
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)