From 78d830846434a9145d60fadb52372e4433991172 Mon Sep 17 00:00:00 2001 From: Ed Carroll Date: Thu, 15 Jun 2017 06:52:12 +0100 Subject: [PATCH] chore: Limit prepublish script to compiling only library --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6aa2e1001..1e141f6af 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "build:lib": "npm run lint:lib && npm run compile:lib && npm run package:lib", "build:demo": "npm run lint && npm run compile", "build": "npm run lint && npm run compile && npm run package:lib", - "prepublish": "npm run build", + "prepublish": "npm run build:lib", "test": "npm run build:lib" }, "dependencies": {