Skip to content

Commit 4bc20aa

Browse files
committed
chore(package.json): scripts
add git script
1 parent efd0061 commit 4bc20aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"serve": "vue-cli-service serve",
77
"build": "vue-cli-service build",
88
"lint": "vue-cli-service lint --fix",
9-
"commit": "git add . && git cz"
9+
"git-add-all": "git add .",
10+
"git-cz": "git cz",
11+
"git-push-master": "git push origin master"
1012
},
1113
"dependencies": {
1214
"core-js": "^3.6.4",

0 commit comments

Comments
 (0)