Skip to content

Commit

Permalink
chore: do not install husky in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandenaardweg committed Dec 5, 2022
1 parent 7a01911 commit a229b94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 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 @@ -27,7 +27,7 @@
"test:watch": "jest --watch",
"release": "dotenv npx release-it",
"type-check": "tsc --noEmit",
"prepare": "husky install",
"prepare": "is-ci || husky install",
"lint-staged": "lint-staged"
},
"keywords": [
Expand All @@ -50,6 +50,7 @@
"eslint": "^8.29.0",
"homebridge": "^1.6.0",
"husky": "^8.0.2",
"is-ci": "^3.0.1",
"jest": "^29.3.1",
"lint-staged": "^13.1.0",
"nodemon": "^2.0.20",
Expand Down

0 comments on commit a229b94

Please sign in to comment.