Skip to content

Commit a859157

Browse files
committed
fix: remove post install
1 parent bd96842 commit a859157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"lint": "eslint --ext .js,.vue docs src build test",
2929
"test": "jest",
3030
"coverage": "yarn test --coverage",
31-
"postinstall": "sh build/git-hooks/install.sh",
31+
"githooks": "sh build/git-hooks/install.sh",
3232
"changelog": "babel-node build/generate-changelog.js",
3333
"release": "sh build/release.sh",
3434
"new-component": "babel-node build/new-component.js",

0 commit comments

Comments
 (0)