Skip to content

Commit 50ac96a

Browse files
fix: update release script to use pnpm for publishing (#7)
1 parent b738b5b commit 50ac96a

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
@@ -27,7 +27,7 @@
2727
"dev": "nuxi dev playground",
2828
"dev:build": "nuxi build playground",
2929
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
30-
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
30+
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && pnpm publish --no-git-checks --access public && git push --follow-tags",
3131
"lint": "eslint .",
3232
"lint:fix": "eslint . --fix",
3333
"test": "vitest run",

0 commit comments

Comments
 (0)