We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8da1ce7 commit 0c821caCopy full SHA for 0c821ca
.github/workflows/npm-publish.yml
@@ -36,7 +36,7 @@ jobs:
36
working-directory: ./examples/get-started
37
38
- name: Publish to npm
39
- run: npm publish --access public
+ run: pnpm publish --access public
40
41
env:
42
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments