Skip to content

Commit 86058df

Browse files
Merge pull request #987 from neo4j-labs/hotfix-husky
Hotfix: Remove Husky prepare step in package.json
2 parents 601c95f + a65a974 commit 86058df

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
@@ -30,8 +30,7 @@
3030
"lint": "eslint --ext .ts --ext .tsx .",
3131
"lint-staged": "lint-staged --config .lintstagedrc.json",
3232
"test": "yarn cypress open",
33-
"test-headless": "yarn cypress run",
34-
"prepare": "husky install"
33+
"test-headless": "yarn cypress run"
3534
},
3635
"keywords": [],
3736
"author": "Neo4j Labs",

0 commit comments

Comments
 (0)