Remove tests from Husky - they take too long

Accidentally updated a few dev dependencies while fixing local env - *shrug*
This commit is contained in:
Matt Alioto
2020-05-29 20:48:32 -04:00
parent 400e687804
commit 3c9d15de90
2 changed files with 85 additions and 29 deletions

View File

@ -13,8 +13,9 @@
},
"husky": {
"hooks": {
"//": "Tests are not run at push time since they can take 2-4 minutes to complete",
"pre-commit": "npm run format",
"pre-push": "npm run test && npm run format-check"
"pre-push": "npm run format-check"
}
},
"repository": {
@ -40,8 +41,8 @@
"xmlbuilder": "^13.0.2"
},
"devDependencies": {
"@types/jest": "^24.0.13",
"@types/node": "^12.0.4",
"@types/jest": "^25.2.3",
"@types/node": "^12.12.42",
"@types/semver": "^6.0.0",
"@zeit/ncc": "^0.21.0",
"husky": "^4.2.5",
@ -49,7 +50,7 @@
"jest-circus": "^26.0.1",
"prettier": "^1.17.1",
"ts-jest": "^26.0.0",
"typescript": "^3.9.2",
"typescript": "^3.9.3",
"wget-improved": "^3.0.2"
}
}