Skip to content

Commit

Permalink
Merge pull request #350 from epicfaace/patch-2
Browse files Browse the repository at this point in the history
Change precommit to "yarn lint"
  • Loading branch information
davidgoli authored Jun 7, 2019
2 parents 524f925 + 0bcb2f6 commit d2442c1
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 @@ -21,7 +21,7 @@
},
"husky": {
"hooks": {
"pre-commit": "yarn build"
"pre-commit": "yarn lint"
}
},
"scripts": {
Expand Down

0 comments on commit d2442c1

Please sign in to comment.