Skip to content

Commit

Permalink
chore: add husky
Browse files Browse the repository at this point in the history
  • Loading branch information
joscha committed Jun 29, 2021
1 parent 61cdf80 commit acd1afb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"eslint": "eslint . --ext .js,.jsx,.ts,.tsx",
"prettier": "prettier --write .",
"preprepare": "rimraf dist/",
"prepare": "tsc",
"prepare": "husky install & tsc",
"lint": "eslint --ext .ts src",
"pretest": "prettier --check . && yarn lint",
"test": "jest --ci --coverage",
Expand Down

0 comments on commit acd1afb

Please sign in to comment.