Skip to content

Commit c26947c

Browse files
chore: add release script to package.json
1 parent ec3680e commit c26947c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"clean:dist": "rimraf 'packages/**/dist' 'playground/**/dist'",
3838
"clean:dts": "rimraf 'playground/vue3/src/components.d.ts' 'playground/vue3/src/auto-imports.d.ts' 'playground/nuxt3/.nuxt'",
3939
"update:version": "esno scripts/update-version.ts",
40-
"prepare": "npx simple-git-hooks"
40+
"prepare": "npx simple-git-hooks",
41+
"release": "bumpp --commit --push --tag"
4142
},
4243
"devDependencies": {
4344
"@antfu/eslint-config": "^2.6.1",

0 commit comments

Comments
 (0)