From 943a67fe8bf1f0d1a8ce6be57c314e75800bfa31 Mon Sep 17 00:00:00 2001 From: David Fava Date: Thu, 9 Sep 2021 21:51:41 +0200 Subject: [PATCH] fix: Fix publish issue with np --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 89fa49b..f25b9ed 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "test:watch": "jest --watch", "test:coverage": "jest --coverage --colors", "prettify": "prettier --write \"**/*.js\"", - "release": "npm run build && git fetch && np" + "release": "npm run build && git fetch && npx np" }, "repository": { "type": "git",