Skip to content

Commit 30e080a

Browse files
committed
chore: add public access to release step
1 parent 5514990 commit 30e080a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dev": "nuxi dev playground",
2727
"dev:build": "nuxi build playground",
2828
"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",
29+
"release": "npm run lint && npm run test && npm run prepack && changelogen --patch --release && npm publish --access=public && git push --follow-tags",
3030
"lint": "eslint .",
3131
"lint:fix": "eslint --fix .",
3232
"test": "vitest run",

0 commit comments

Comments
 (0)