chore(package): update release script

This commit is contained in:
Benjamin Canac
2024-09-11 10:36:54 +02:00
parent 82771673f2
commit 21609aa884

View File

@@ -41,7 +41,7 @@
"lint:fix": "eslint . --fix",
"typecheck": "vue-tsc --noEmit && nuxi typecheck playground && nuxi typecheck docs",
"test": "vitest",
"release": "release-it"
"release": "release-it --preRelease=alpha --npm.tag=next"
},
"dependencies": {
"@nuxt/icon": "^1.5.1",