From d5602fa86f97ca9e3ee93a718a2dbd00b7c60bfc Mon Sep 17 00:00:00 2001 From: Dino Trojak Date: Mon, 7 Sep 2020 15:53:51 +0200 Subject: [PATCH] updated deploy script not to publish to npm --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 042f6a2..88570dd 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "build": "babel src -d dist", "test": "jest", - "deploy": "npm run build && np" + "deploy": "npm run build && np --no-publish" }, "repository": { "type": "git",