We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d52245 commit 01a153eCopy full SHA for 01a153e
package.json
@@ -44,6 +44,7 @@
44
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
45
"typecheck": "pnpm dlx vue-tsc --noEmit",
46
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
47
+ "release:minor": "npm run lint && npm run test && npm run prepack && changelogen --minor --release && npm publish && git push --follow-tags",
48
"lint": "eslint .",
49
"lint:fix": "eslint . --fix",
50
"test": "vitest",
0 commit comments