Skip to content

Commit

Permalink
fix: husky integration
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Nov 18, 2024
1 parent 983b8c3 commit 74b8a92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"scripts": {
"build": "tsc -b .",
"clean": "rimraf ./node_modules package-lock.yaml ./dist",
"prepare": "husky install",
"install": "test -f ./dist/install.js && node ./dist/install.js || echo \"Skipping install, project not build!\"",
"test": "run-s test:*",
"test:lint": "eslint .",
Expand Down

0 comments on commit 74b8a92

Please sign in to comment.