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",