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 7783fb7 commit 3660c32Copy full SHA for 3660c32
package.json
@@ -8,8 +8,8 @@
8
"lint": "eslint . --ext .ts --fix",
9
"test": "jest --coverage",
10
"build": "tsc",
11
- "postinstall": "git config core.hooksPath .githooks",
12
- "prepare": "git config core.hooksPath .githooks"
+ "postinstall": "git config core.hooksPath .githooks || true",
+ "prepare": "git config core.hooksPath .githooks || true"
13
},
14
"license": "MIT",
15
"bugs": {
0 commit comments