Skip to content

Commit fd3233d

Browse files
committed
ci: disable husky
1 parent 6720056 commit fd3233d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@
9999
"format": "prettier --write './**/*.{js,ts,json}' --config ./.prettierrc",
100100
"lint": "eslint . --ext .js,.ts,.json -c .eslintrc.json",
101101
"lint:fix": "npm run lint -- --fix",
102-
"prepare": "husky",
103102
"prepublishOnly": "npm run build:production",
104103
"test": "npm run test:unit",
105104
"test:cov": "jest --selectProjects unit functional --coverage",

0 commit comments

Comments
 (0)