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 16ef88c commit 2818fb7Copy full SHA for 2818fb7
package.json
@@ -24,7 +24,7 @@
24
"repository": "github:csquare-ai/ldapjs-client",
25
"scripts": {
26
"clean": "rimraf dist",
27
- "prepare": "husky install",
+ "prepare": "npx is-ci || husky install",
28
"format": "prettier --write **/*.{ts,tsx,json,yaml,yml,md}",
29
"format:check": "prettier --check **/*.{ts,tsx,yaml,yml,md}",
30
"build": "run-p build:*",
0 commit comments