Skip to content

Commit 2818fb7

Browse files
valentinpollartMathieu Bour
authored andcommitted
feat: remove Husky exec inside pipeline
1 parent 16ef88c commit 2818fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"repository": "github:csquare-ai/ldapjs-client",
2525
"scripts": {
2626
"clean": "rimraf dist",
27-
"prepare": "husky install",
27+
"prepare": "npx is-ci || husky install",
2828
"format": "prettier --write **/*.{ts,tsx,json,yaml,yml,md}",
2929
"format:check": "prettier --check **/*.{ts,tsx,yaml,yml,md}",
3030
"build": "run-p build:*",

0 commit comments

Comments
 (0)