mirror of
https://github.com/actions/setup-node.git
synced 2025-04-24 20:22:13 +00:00
Don't attach husky on CI
This commit is contained in:
parent
b9fb64b093
commit
44d225afd7
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@
|
||||||
"typescript": "^3.5.1"
|
"typescript": "^3.5.1"
|
||||||
},
|
},
|
||||||
"husky": {
|
"husky": {
|
||||||
|
"skipCI": true,
|
||||||
"hooks": {
|
"hooks": {
|
||||||
"pre-commit": "npm run build && npm run format && npm prune --production && git add node_modules/*"
|
"pre-commit": "npm run build && npm run format && npm prune --production && git add node_modules/*"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue