From bbd2f6f5585e324a70bc72d8c710d7b9ce7ece95 Mon Sep 17 00:00:00 2001 From: Zachary Belford Date: Tue, 23 Apr 2019 14:39:02 -0700 Subject: [PATCH] fix: remove publish step --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index c2400136..b2b0c3e6 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,7 @@ "test": "jest --coverage", "build": "tsc && cp -R templates build/.", "watch:build": "tsc --watch", - "watch:test": "jest --watch", - "publish": "npm run build" + "watch:test": "jest --watch" }, "author": "", "license": "Apache-2.0",