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 4a394bd commit cb7bcc1Copy full SHA for cb7bcc1
package.json
@@ -42,7 +42,7 @@
42
"dev:ssl": "nuxi dev playground --https",
43
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
44
"typecheck": "pnpm dlx vue-tsc --noEmit",
45
- "release": "pnpm build && bumpp && pnpm publish --no-git-checks",
+ "release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
46
"lint": "eslint .",
47
"lint:fix": "eslint . --fix",
48
"test": "vitest",
0 commit comments