Skip to content

Commit

Permalink
Merge pull request #987 from neo4j-labs/hotfix-husky
Browse files Browse the repository at this point in the history
Hotfix: Remove Husky prepare step in package.json
  • Loading branch information
alfredorubin96 authored Nov 14, 2024
2 parents 601c95f + a65a974 commit 86058df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
"lint": "eslint --ext .ts --ext .tsx .",
"lint-staged": "lint-staged --config .lintstagedrc.json",
"test": "yarn cypress open",
"test-headless": "yarn cypress run",
"prepare": "husky install"
"test-headless": "yarn cypress run"
},
"keywords": [],
"author": "Neo4j Labs",
Expand Down

0 comments on commit 86058df

Please sign in to comment.