mirror of
https://github.com/actions/setup-python
synced 2025-04-05 14:59:42 +00:00
Cleanup
This commit is contained in:
@ -33,7 +33,7 @@
|
||||
"@types/node": "^12.0.4",
|
||||
"@types/semver": "^6.0.0",
|
||||
"@zeit/ncc": "^0.20.5",
|
||||
"husky": "^2.3.0",
|
||||
"husky": "^3.0.9",
|
||||
"jest": "^24.8.0",
|
||||
"jest-circus": "^24.7.1",
|
||||
"prettier": "^1.17.1",
|
||||
@ -43,8 +43,7 @@
|
||||
"husky": {
|
||||
"skipCI": true,
|
||||
"hooks": {
|
||||
"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\""
|
||||
"pre-commit": "npm run build && npm run format && npm run format-check"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user