Skip to content

Commit 1eceb11

Browse files
committed
chore: fix broken ci/cd script
1 parent c61c0eb commit 1eceb11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
with:
2828
node-version: 16
2929
registry-url: https://registry.npmjs.org/
30-
- run: npm ci
31-
- run: npm run build
32-
- run: npm publish
30+
- run: pnpm install
31+
- run: pnpm run build
32+
- run: pnpm publish
3333
env:
3434
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)