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 0a696f0 commit 4480a59Copy full SHA for 4480a59
package.json
@@ -26,7 +26,7 @@
26
"dev": "nuxi dev playground",
27
"dev:build": "nuxi build playground",
28
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
29
- "release": "npm run lint && npm run test && npm run prepack && changelogen --minor --release && npm publish --access=public && git push --follow-tags",
+ "release": "npm run lint && npm run test && npm run prepack && changelogen --patch --release && npm publish --access=public && git push --follow-tags",
30
"lint": "eslint .",
31
"lint:fix": "eslint --fix .",
32
"test": "vitest run",
0 commit comments