Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 335ef58

Browse files
chore: use prepare script to install git hooks (#773)
1 parent 0607bde commit 335ef58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"lint:style": "stylelint \"**/*.{vue,css}\"",
1616
"test": "ava --verbose",
1717
"test:snapshot": "ava --verbose --update-snapshots",
18-
"postinstall": "husky install"
18+
"prepare": "husky install"
1919
},
2020
"devDependencies": {
2121
"@ava/babel": "^1.0.1",

0 commit comments

Comments
 (0)