Skip to content

Commit

Permalink
Remove tests from Husky - they take too long
Browse files Browse the repository at this point in the history
Accidentally updated a few dev dependencies while fixing local env - *shrug*
  • Loading branch information
Matt Alioto committed May 30, 2020
1 parent 400e687 commit 3c9d15d
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 29 deletions.
105 changes: 80 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -40,16 +41,16 @@
"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",
"jest": "^26.0.1",
"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"
}
}

0 comments on commit 3c9d15d

Please sign in to comment.