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 fa07cf7 commit 5e268cfCopy full SHA for 5e268cf
package.json
@@ -32,7 +32,7 @@
32
"dev:build": "nuxi build playground",
33
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
34
"dev:start": "node playground/.output/server/index.mjs",
35
- "release": "npm run lint && npm run test && npm run prepack && changelogen --patch --release && npm publish --access=public && git push --follow-tags",
+ "release": "npm run lint && npm run test && npm run prepack && changelogen --minor --release && npm publish --access=public && git push --follow-tags",
36
"lint": "eslint .",
37
"lint:fix": "eslint --fix .",
38
"test": "vitest run",
0 commit comments