测试husky

This commit is contained in:
RainSun 2021-03-03 20:24:50 +08:00
parent 8838d77a9f
commit 1476bfafaf
2 changed files with 1 additions and 7 deletions

View File

@ -1,5 +0,0 @@
{
"hooks": {
"pre-commit": "npm run buildsuper && git add *"
}
}

View File

@ -16,7 +16,6 @@
"crypto-js": "^4.0.0",
"element-ui": "^2.13.0",
"es6-promise": "^4.2.8",
"husky": "^5.1.3",
"lrz": "^4.9.41",
"register-service-worker": "^1.6.2",
"url-search-params-polyfill": "^8.0.0",
@ -47,7 +46,7 @@
},
"husky": {
"hooks": {
"pre-commit": "npm run buildsuper && git add * "
"pre-commit": "npm run buildsuper && git add *"
}
}
}