Skip to content

Commit

Permalink
chore: add prepare for husky install
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Oct 3, 2023
1 parent aece19a commit 778455f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
"lint": "eslint . --ext .ts",
"posttest": "yarn lint && yarn test:circular-deps",
"prepack": "yarn run build",
"prepare": "husky install",
"pretest": "yarn build && tsc -p test --noEmit --skipLibCheck",
"test:circular-deps": "madge lib/ -c",
"test:e2e": "mocha --forbid-only \"test/**/*.e2e.ts\" --parallel --timeout 1200000",
Expand Down

0 comments on commit 778455f

Please sign in to comment.