package.json: remove prepublish hook
This commit is contained in:
parent
21bd868a29
commit
01d012d504
|
@ -26,7 +26,6 @@
|
||||||
"dev": "run-p dev:webpack dev:jekyll",
|
"dev": "run-p dev:webpack dev:jekyll",
|
||||||
"dev:webpack": "webpack --watch --colors -p",
|
"dev:webpack": "webpack --watch --colors -p",
|
||||||
"dev:jekyll": "bundle exec jekyll serve --safe --drafts --watch --port $PORT --incremental",
|
"dev:jekyll": "bundle exec jekyll serve --safe --drafts --watch --port $PORT --incremental",
|
||||||
"prepublish": "webpack -p",
|
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"test:all": "run-s test lint",
|
"test:all": "run-s test lint",
|
||||||
"lint": "standard -v",
|
"lint": "standard -v",
|
||||||
|
|
Loading…
Reference in New Issue