Skip to content

Commit 4c5ab89

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.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)