We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c63c6ca commit b1cd5a0Copy full SHA for b1cd5a0
1 file changed
package.json
@@ -79,7 +79,7 @@
79
"dev": "npm run dev:prepare && nuxi dev playground",
80
"dev:build": "nuxi build playground",
81
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
82
- "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",
83
"lint": "eslint .",
84
"test": "vitest run",
85
"test:watch": "vitest watch",
0 commit comments