Skip to content

Commit

Permalink
fix: husky break
Browse files Browse the repository at this point in the history
  • Loading branch information
damienen committed May 13, 2024
1 parent 80d5d5f commit e09c4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint": "tslint --project .",
"lint:fix": "tslint --project . --fix",
"build": "tsc -p tsconfig.json",
"prepare": "npm run build && husky install",
"prepare": "npm run build && husky install"
},
"author": "Itheum Protocol",
"license": "GPL-3.0-only",
Expand Down

0 comments on commit e09c4c1

Please sign in to comment.