Skip to content

Commit 0c821ca

Browse files
committed
Publish with pnpm
1 parent 8da1ce7 commit 0c821ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
working-directory: ./examples/get-started
3737

3838
- name: Publish to npm
39-
run: npm publish --access public
39+
run: pnpm publish --access public
4040
working-directory: ./examples/get-started
4141
env:
4242
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)