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 ec3680e commit c26947cCopy full SHA for c26947c
package.json
@@ -37,7 +37,8 @@
37
"clean:dist": "rimraf 'packages/**/dist' 'playground/**/dist'",
38
"clean:dts": "rimraf 'playground/vue3/src/components.d.ts' 'playground/vue3/src/auto-imports.d.ts' 'playground/nuxt3/.nuxt'",
39
"update:version": "esno scripts/update-version.ts",
40
- "prepare": "npx simple-git-hooks"
+ "prepare": "npx simple-git-hooks",
41
+ "release": "bumpp --commit --push --tag"
42
},
43
"devDependencies": {
44
"@antfu/eslint-config": "^2.6.1",
0 commit comments