From ac4ba0bfd85d5c9249f1054c38f17582d2d053b0 Mon Sep 17 00:00:00 2001 From: Manuel Mtz-Almeida Date: Fri, 15 Sep 2017 17:36:19 -0500 Subject: [PATCH] fix(package): np infinite loop --- packages/core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/package.json b/packages/core/package.json index 39432e28e4..52387fcd82 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -17,7 +17,7 @@ "scripts": { "build": "stencil build", "dev": "sd concurrent \"stencil build --dev --watch\" \"stencil-dev-server\"", - "publish": "../../node_modules/.bin/np --any-branch", + "deploy": "../../node_modules/.bin/np --any-branch", "test": "jest --no-cache", "prepublishOnly": "npm run build" },