Skip to content

Commit

Permalink
Revert "added access public"
Browse files Browse the repository at this point in the history
This reverts commit dc0faa6.
  • Loading branch information
jenithainbaraj committed Jan 6, 2023
1 parent dc0faa6 commit b4321bc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch-new-version-event.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
"workspaces": [
"src/*"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"prepare": "husky install",
"build": "turbo run build",
Expand Down
3 changes: 1 addition & 2 deletions src/webex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
},
"publishConfig": {
"tag": "latest",
"access": "public",
"registry": "https://registry.npmjs.org/"
"access": "public"
},
"files": [
"dist"
Expand Down
3 changes: 1 addition & 2 deletions src/webexcalling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
},
"publishConfig": {
"tag": "latest",
"access": "public",
"registry": "https://registry.npmjs.org/"
"access": "public"
},
"scripts": {
"build": "rollup -c",
Expand Down

0 comments on commit b4321bc

Please sign in to comment.