From 7798840f74b2789f8fc2a7a1765495c48079d7b3 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Thu, 3 Aug 2017 09:22:42 -0500 Subject: [PATCH] chore(scripts): update publish script --- 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 52d183344c..0332cf83de 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -19,7 +19,7 @@ "scripts": { "build": "stencil build", "dev": "sd concurrent \"stencil build --dev --watch\" \"stencil-dev-server\"", - "publish": "np", + "publish": "../../node_modules/.bin/np --any-branch", "test": "(jest --no-cache || true)" }, "author": "Ionic Team",