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 27a0fd3 commit 7b54251Copy full SHA for 7b54251
package.json
@@ -18,7 +18,7 @@
18
"test:ci": "vitest --run --reporter verbose --exclude \"**/app.test.ts\"",
19
"test:coverage": "vitest run --coverage",
20
"postinstall": "nuxt prepare",
21
- "release": "npm run lint && npm run build && changelogen --minor --release && git push --follow-tags"
+ "release": "npm run lint && npm run build && changelogen --patch --release && git push --follow-tags"
22
},
23
"devDependencies": {
24
"@antfu/eslint-config": "^5.0.0",
0 commit comments