Skip to content

Commit

Permalink
Merge pull request #94 from Itheum/d-david
Browse files Browse the repository at this point in the history
fix: remove husky from package scripts
  • Loading branch information
damienen authored Feb 5, 2024
2 parents 29853e6 + 462e3e7 commit c947f48
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 @@ -12,8 +12,7 @@
"lint": "tslint --project .",
"lint:fix": "tslint --project . --fix",
"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 c947f48

Please sign in to comment.