Skip to content
This repository was archived by the owner on Apr 22, 2024. It is now read-only.

Commit 39316d8

Browse files
committed
chore: update scripts
1 parent 43fd49a commit 39316d8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@
1212
"src"
1313
],
1414
"scripts": {
15-
"prepare": "yarn build",
15+
"prepublishOnly": "npm run build",
1616
"build": "tsup src/index.ts --format cjs,esm --dts --external vue,vue-i18n,@vue/composition-api",
17-
"dev": "yarn build --watch"
17+
"dev": "npm run build --watch",
18+
"release": "npx bumpp --commit --tag && npm publish && git push"
1819
},
1920
"peerDependencies": {
2021
"vue": ">= 2.5",

0 commit comments

Comments
 (0)