From a0e76677ed111bd4b3d2de98f1a36d62caea7b26 Mon Sep 17 00:00:00 2001 From: Faris Mustafa Date: Thu, 31 Aug 2017 16:39:00 -0700 Subject: [PATCH] remove in-publish --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c005eb2..c1844f7 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "scripts": { "build": "babel src -d lib", "coverage": "nyc report --reporter=text-lcov | coveralls", - "prepublishOnly": "in-publish && npm run build", + "prepublishOnly": "npm run build", "test": "nyc --reporter=html --reporter=text mocha" }, "dependencies": {