From db2d4e685cfc986687a419bf4f400f663a6a5b34 Mon Sep 17 00:00:00 2001 From: davidodenwald Date: Fri, 18 Nov 2022 20:18:41 +0100 Subject: [PATCH] fix recursion when publishing to npm --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index abfb156..c0ce8e5 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "watch": "npm run build -- --watch", "test": "jest --verbose", "test:watch": "jest --watch --verbose", - "publish": "npm run test && npm run build && npm publish", + "publish:release": "npm run test && npm run build && npm publish", "publish:beta": "npm run test && npm run build && npm publish --tag beta" }, "devDependencies": {