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 5514990 commit 30e080aCopy full SHA for 30e080a
package.json
@@ -26,7 +26,7 @@
26
"dev": "nuxi dev playground",
27
"dev:build": "nuxi build playground",
28
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
29
- "release": "npm run lint && npm run test && npm run prepack && changelogen --patch --release && npm publish && git push --follow-tags",
+ "release": "npm run lint && npm run test && npm run prepack && changelogen --patch --release && npm publish --access=public && git push --follow-tags",
30
"lint": "eslint .",
31
"lint:fix": "eslint --fix .",
32
"test": "vitest run",
0 commit comments