mirror of
https://github.com/actions/setup-java.git
synced 2024-11-09 02:03:42 -05:00
Fix husky
This commit is contained in:
parent
4fa0fd2a23
commit
3a3c518091
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@
|
||||||
"husky": {
|
"husky": {
|
||||||
"skipCI": true,
|
"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",
|
||||||
|
"post-commit": "npm prune --production && git add node_modules/* && git commit -m \"Husky commit correct node modules\""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue