We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e34a18c commit d7cfc96Copy full SHA for d7cfc96
package.json
@@ -39,7 +39,7 @@
39
"test:watch": "npm run test -- --watch",
40
"type-check": "tsc --noEmit",
41
"semantic-release": "semantic-release",
42
- "prepare": "husky install"
+ "prepare": "is-ci || husky install"
43
},
44
"dependencies": {
45
"@typescript-eslint/experimental-utils": "^4.24.0"
@@ -62,6 +62,7 @@
62
"eslint-plugin-prettier": "^3.4.0",
63
"eslint-plugin-promise": "^5.1.0",
64
"husky": "^7.0.0",
65
+ "is-ci": "^3.0.0",
66
"jest": "^27.0.4",
67
"lint-staged": "^11.1.1",
68
"prettier": "2.3.2",
0 commit comments