From 01d012d504982cc3de221a21e23348eba4ea483a Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Wed, 4 Oct 2017 13:17:20 +0800 Subject: [PATCH] package.json: remove prepublish hook --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index ad312c27c..820318998 100644 --- a/package.json +++ b/package.json @@ -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",