Skip to content

Commit

Permalink
chore: initialize git hooks on "prepare"
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Jan 9, 2022
1 parent 0ae43ea commit 7a06f1c
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 @@ -13,7 +13,7 @@
"test:ts": "tsc -p test/tsconfig.test-d.json",
"clean": "rimraf ./lib",
"build": "yarn clean && tsc",
"postinstall": "yarn simple-git-hooks init",
"prepare": "yarn simple-git-hooks init",
"prepublishOnly": "yarn build && yarn test:ts && yarn test"
},
"files": [
Expand Down

0 comments on commit 7a06f1c

Please sign in to comment.