Skip to content

Commit

Permalink
fix: remove husky from package scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
bucurdavid committed Feb 5, 2024
1 parent a1441f1 commit 462e3e7
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 @@ -11,8 +11,7 @@
"test": "jest --runInBand --forceExit",
"lint": "tslint --project .",
"build": "tsc -p tsconfig.json",
"prepare": "npm run build && husky install",
"postinstall": "husky install && npx husky add .husky/commit-msg 'npx --no-install commitlint --edit $1' && npx husky add .husky/pre-commit 'npm test'"
"prepare": "npm run build"
},
"author": "Itheum Protocol",
"license": "GPL-3.0-only",
Expand Down

0 comments on commit 462e3e7

Please sign in to comment.