Skip to content

Commit

Permalink
chore: use prepare script to install git hooks (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 authored Apr 18, 2021
1 parent 0607bde commit 335ef58
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 @@ -15,7 +15,7 @@
"lint:style": "stylelint \"**/*.{vue,css}\"",
"test": "ava --verbose",
"test:snapshot": "ava --verbose --update-snapshots",
"postinstall": "husky install"
"prepare": "husky install"
},
"devDependencies": {
"@ava/babel": "^1.0.1",
Expand Down

0 comments on commit 335ef58

Please sign in to comment.