From 7ee52f6b2da143b52298edaa18cd7e21190d7eed Mon Sep 17 00:00:00 2001 From: earthgohan <85003405+earthgohan@users.noreply.github.com> Date: Wed, 22 Sep 2021 19:27:09 +0530 Subject: [PATCH] Update publish --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index fb17aef..0a0edf8 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,8 @@ "test": "jest", "lint": "eslint --ext ts,js ./src", "watch": "tsc --watch", - "publish": "npm run build && npm publish" + "deploy": "npm run build && npm publish", + "publish": "npm publish --access public" }, "devDependencies": { "eslint": "^7.32.0",