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 cbca4f6 commit ce23a40Copy full SHA for ce23a40
package.json
@@ -93,7 +93,8 @@
93
"example:build": "npm -C examples/vite run build",
94
"lint": "eslint .",
95
"lint:fix": "eslint --fix .",
96
- "test": "vitest"
+ "test": "vitest",
97
+ "release": "npm run lint && npx standard-version && git push --follow-tags origin main && npm publish"
98
},
99
"peerDependencies": {
100
"@nuxt/kit": "^3.0.0",
@@ -121,6 +122,7 @@
121
122
"magic-string": "^0.30.0",
123
"pathe": "^1.1.0",
124
"rollup": "^3.19.1",
125
+ "standard-version": "^9.5.0",
126
"tsup": "^6.6.3",
127
"typescript": "^5.0.2",
128
"vite": "^4.2.0",
0 commit comments