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 5ffad97 commit 34c9dc3Copy full SHA for 34c9dc3
2 files changed
.github/workflows/release.yml
@@ -59,7 +59,7 @@ jobs:
59
registry-url: https://registry.npmjs.org
60
- run: pnpm install --frozen-lockfile
61
- run: pnpm build
62
- - run: pnpm publish --provenance --no-git-checks
+ - run: pnpm publish --provenance --no-git-checks --access public
63
env:
64
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
65
- run: gh release create ${{ github.ref_name }} --generate-notes
package.json
@@ -31,6 +31,9 @@
31
},
32
"packageManager": "pnpm@10.30.3",
33
"license": "MIT",
34
+ "publishConfig": {
35
+ "access": "public"
36
+ },
37
"files": [
38
"dist"
39
],
0 commit comments