Skip to content
This repository was archived by the owner on Dec 28, 2023. It is now read-only.

Commit 5af3bdf

Browse files
authored
remove husky prep script (#289)
1 parent 7a6c4bc commit 5af3bdf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"lint": "eslint .",
1111
"lint:fix": "eslint --fix",
1212
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc",
13-
"e2e": "cypress open",
14-
"prepare": "husky install"
13+
"e2e": "cypress open"
1514
},
1615
"dependencies": {
1716
"@cypress/code-coverage": "^3.10.0",

0 commit comments

Comments
 (0)