Skip to content

Commit

Permalink
🧼 Relax pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
dawsbot committed Sep 2, 2022
1 parent 6705a3b commit d05b226
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 @@ -53,7 +53,7 @@
"jest": "jest",
"build:chains-info": "npx ts-node scripts/fetch-chains-info.ts # used in getNetwork()",
"update-deps": "sh ./scripts/pre-commit.sh",
"pre-commit": "run-p build:chains-info update-deps",
"pre-commit": "npm run update-deps",
"prepare": "husky install",
"version": "npx genversion --es6 src/logger/package-version.ts && git add src/logger/package-version.ts",
"postversion": "git push --follow-tags",
Expand Down

0 comments on commit d05b226

Please sign in to comment.