Skip to content
This repository was archived by the owner on Dec 25, 2017. It is now read-only.

Commit 01b1175

Browse files
committed
🔧 config(npm): remove preinstall task [ci skip]
Closes #300
1 parent c6ce54b commit 01b1175

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@
9494
"docs:deploy": "cd docs && rm -rf _book && gitbook build && cd _book && git init && git add -A && git commit -m 'update book' && git push -f [email protected]:vuejs/vue-validator.git master:gh-pages && cd .. && cd ..",
9595
"flow": "flow check",
9696
"lint": "eslint src test config",
97-
"postinstall": "cd docs && gitbook install && cd ..",
9897
"release": "conventional-github-releaser -n ./config/convention.js",
9998
"sauce": "npm run sauce:coolkids && npm run sauce:ie && npm run sauce:mobile",
10099
"sauce:coolkids": "NODE_ENV=development karma start config/karma.sauce.conf.js -- 0",

0 commit comments

Comments
 (0)