package.json: remove prepublish hook

This commit is contained in:
Rico Sta. Cruz 2017-10-04 13:17:20 +08:00
parent 21bd868a29
commit 01d012d504
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@
"dev": "run-p dev:webpack dev:jekyll",
"dev:webpack": "webpack --watch --colors -p",
"dev:jekyll": "bundle exec jekyll serve --safe --drafts --watch --port $PORT --incremental",
"prepublish": "webpack -p",
"test": "jest",
"test:all": "run-s test lint",
"lint": "standard -v",