Skip to content

Commit

Permalink
fix: husky install no longer run on postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed Aug 25, 2021
1 parent fb2aaed commit 7102229
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 @@ -44,10 +44,10 @@
"check-spelling": "cspell --config=.cspell.json \"**/*.{md,ts}\"",
"cz": "git-cz",
"format": "prettier --write \"./**/*.{md,ts,yml}\"",
"postinstall": "yarn husky install",
"lint": "yarn lint:js && yarn lint:md",
"lint:js": "eslint .",
"lint:md": "markdownlint \"**/*.md\" --config=.markdownlint.json --ignore-path=.markdownlintignore",
"prepare": "husky install",
"test": "yarn test:js && yarn test:types",
"test:js": "nyc ava",
"test:types": "dtslint --localTs node_modules/typescript/lib --expectOnly tests/types"
Expand Down

0 comments on commit 7102229

Please sign in to comment.