mirror of
https://gitea.com/actions/setup-python.git
synced 2025-08-23 13:03:26 +08: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