Skip to content

Commit

Permalink
chore: add release script to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed Jan 6, 2024
1 parent ec3680e commit c26947c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"clean:dist": "rimraf 'packages/**/dist' 'playground/**/dist'",
"clean:dts": "rimraf 'playground/vue3/src/components.d.ts' 'playground/vue3/src/auto-imports.d.ts' 'playground/nuxt3/.nuxt'",
"update:version": "esno scripts/update-version.ts",
"prepare": "npx simple-git-hooks"
"prepare": "npx simple-git-hooks",
"release": "bumpp --commit --push --tag"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.1",
Expand Down

0 comments on commit c26947c

Please sign in to comment.