1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-node synced 2025-07-05 01:15:59 +02:00

Add husky

This commit is contained in:
Danny McCormick 2019-06-05 11:36:41 -04:00
parent c3f0a8be66
commit 5a25481847

View file

@ -41,7 +41,7 @@
},
"husky": {
"hooks": {
"pre-commit": "npm install && npm run build && npm test && npm run format && npm prune --production"
"pre-commit": "npm run build && npm run format && npm prune --production && git add node_modules/*"
}
}
}