chore(config): update config name

This commit is contained in:
Dillon
2020-02-17 02:32:52 +08:00
parent 5a1e0b5d31
commit dd78d80fef
7 changed files with 78 additions and 78 deletions

View File

@@ -18,8 +18,8 @@
},
"husky": {
"hooks": {
"pre-commit": "npm run build && npm run copy",
"pre-push": "npm run build && npm run copy"
"pre-commit": "npm run build && npm run copy && git add .",
"pre-push": "npm run build && npm run copy && git add ."
}
},
"repository": {