Skip to content

Commit eaae65c

Browse files
committed
Update scripts
1 parent 4ec3752 commit eaae65c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"example:install": "npm pack && cd example && npm ci && npm install ../*.tgz",
2525
"prepare": "rm -rf dist *.tgz && npm run build",
2626
"postpublish": "echo \"\\033[31m !!! Now, manually run: ./scripts/postpublish.sh !!! \\033[00m\"",
27-
"release:minor": "npm version minor -m 'Release %s' && npm publish",
28-
"release:patch": "npm version patch -m 'Release %s' && npm publish",
27+
"release:minor": "npm version minor -m 'Release %s' && npm publish --tag vue2",
28+
"release:patch": "npm version patch -m 'Release %s' && npm publish --tag vue2",
2929
"serve": "vue-cli-service serve dev/serve.js"
3030
},
3131
"dependencies": {

0 commit comments

Comments
 (0)