Don't attach husky on CI
parent
b9fb64b093
commit
44d225afd7
|
|
@ -41,6 +41,7 @@
|
|||
"typescript": "^3.5.1"
|
||||
},
|
||||
"husky": {
|
||||
"skipCI": true,
|
||||
"hooks": {
|
||||
"pre-commit": "npm run build && npm run format && npm prune --production && git add node_modules/*"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue