Skip to content

Commit

Permalink
fix: husky was preventing package from being installable
Browse files Browse the repository at this point in the history
  • Loading branch information
amclin committed Mar 12, 2021
1 parent 5abec64 commit b15f019
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
_
_
15 changes: 15 additions & 0 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"scripts": {
"preinstall": "mvn -v",
"postinstall": "husky install",
"prepare": "is-ci || husky install",
"pretest": "npm run lint",
"test": "nyc mocha",
"lint": "run-p lint:*",
Expand All @@ -52,6 +52,7 @@
"chai": "^4.2.0",
"eslint-config-standard": "^16.0.2",
"husky": "^5.1.0",
"is-ci": "^3.0.0",
"mocha": "^8.0.1",
"npm-run-all": "^4.1.5",
"nyc": "^15.0.0",
Expand Down

0 comments on commit b15f019

Please sign in to comment.