Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
feat: 🎸 husky@6
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeFitz committed Apr 4, 2021
1 parent 8e66a97 commit 0adde3a
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 @@ -27,8 +27,8 @@
"lint:fix": "yarn lint:prettier --write && yarn lint:eslint --fix",
"lint:prettier": "prettier \"./*.{js,jsx,ts,tsx,json,md,mdx,css,html,yml,yaml,scss}\"",
"lint": "yarn lint:prettier --check && yarn lint:eslint",
"postinstall": "is-ci || husky install",
"postpublish": "pinst --enable",
"prepare": "is-ci || husky install",
"prepublishOnly": "pinst --disable",
"pretty-quick": "pretty-quick",
"release": "semantic-release",
Expand Down

0 comments on commit 0adde3a

Please sign in to comment.