Skip to content

Commit 8f68c42

Browse files
committed
Chore: remove deploy from postversion script
1 parent c3820be commit 8f68c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"deploy": "node scripts/deploy",
5050
"lint": "eslint . --rulesdir eslint-rules",
5151
"preversion": "run-s lint build -s",
52-
"postversion": "git push && git push --tags && npm run deploy",
52+
"postversion": "git push --tags && git push",
5353
"update-deps": "npm install eslint@latest eslint-plugin-vue@latest vue-eslint-parser@latest babel-eslint@latest",
5454
"watch": "cross-env NODE_ENV=development run-p watch:* -s",
5555
"watch:html": "cpx src/index.html dist --watch",

0 commit comments

Comments
 (0)