mirror of
https://github.com/actions/typescript-action.git
synced 2025-04-06 07:19:51 +00:00
Update package.json
This commit is contained in:
@ -43,7 +43,7 @@
|
||||
"husky": {
|
||||
"skipCI": true,
|
||||
"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/* && git commit -m 'Husky commit correct node modules' && npm install"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user