Skip to content

Commit ecf2eb0

Browse files
committedMar 7, 2024
test: lint
1 parent 427eb4e commit ecf2eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"format": "prettier --write .",
4040
"lint": "eslint . --fix",
4141
"lint:all": "eslint .",
42-
"prepare": "husky install",
42+
"prepare": "husky || true",
4343
"create-color-font": "node scripts/create-color-font.js"
4444
},
4545
"license": "ISC",

0 commit comments

Comments
 (0)
Please sign in to comment.