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

Commit

Permalink
🔧 config(npm): remove preinstall task [ci skip]
Browse files Browse the repository at this point in the history
Closes #300
  • Loading branch information
kazupon committed Aug 25, 2016
1 parent c6ce54b commit 01b1175
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@
"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 ..",
"flow": "flow check",
"lint": "eslint src test config",
"postinstall": "cd docs && gitbook install && cd ..",
"release": "conventional-github-releaser -n ./config/convention.js",
"sauce": "npm run sauce:coolkids && npm run sauce:ie && npm run sauce:mobile",
"sauce:coolkids": "NODE_ENV=development karma start config/karma.sauce.conf.js -- 0",
Expand Down

0 comments on commit 01b1175

Please sign in to comment.