From b4321bc484e128ba079293fb7a3509f919445ae6 Mon Sep 17 00:00:00 2001 From: Jenitha Inbaraj Date: Fri, 6 Jan 2023 15:45:51 +0530 Subject: [PATCH] Revert "added access public" This reverts commit dc0faa625f10cff52af886e8a82652f900e117e7. --- .github/workflows/dispatch-new-version-event.yml | 2 +- package.json | 3 --- src/webex/package.json | 3 +-- src/webexcalling/package.json | 3 +-- 4 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/dispatch-new-version-event.yml b/.github/workflows/dispatch-new-version-event.yml index 3d0421b..4e29c90 100644 --- a/.github/workflows/dispatch-new-version-event.yml +++ b/.github/workflows/dispatch-new-version-event.yml @@ -21,7 +21,7 @@ jobs: - run: yarn install - run: yarn build - - run: npm publish --access public + - run: npm publish env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file diff --git a/package.json b/package.json index f810795..e3fc86e 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,6 @@ "workspaces": [ "src/*" ], - "publishConfig": { - "registry": "https://registry.npmjs.org/" - }, "scripts": { "prepare": "husky install", "build": "turbo run build", diff --git a/src/webex/package.json b/src/webex/package.json index b347ec4..f055026 100644 --- a/src/webex/package.json +++ b/src/webex/package.json @@ -24,8 +24,7 @@ }, "publishConfig": { "tag": "latest", - "access": "public", - "registry": "https://registry.npmjs.org/" + "access": "public" }, "files": [ "dist" diff --git a/src/webexcalling/package.json b/src/webexcalling/package.json index b30d638..c049a0b 100644 --- a/src/webexcalling/package.json +++ b/src/webexcalling/package.json @@ -17,8 +17,7 @@ }, "publishConfig": { "tag": "latest", - "access": "public", - "registry": "https://registry.npmjs.org/" + "access": "public" }, "scripts": { "build": "rollup -c",