Skip to content

Commit

Permalink
Add publishConfig
Browse files Browse the repository at this point in the history
Signed-off-by: aabidsofi19 <[email protected]>
  • Loading branch information
aabidsofi19 committed Dec 20, 2023
1 parent 2a5eba7 commit 73426db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: "https://registry.npmjs.org"
scope: "@layer5"
- run: npm publish --verbose
env:
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"version": "0.0.1",
"private": false,
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org",
"scope": "@layer5"
"access": "public"
},
"description": "Codegen to create rtk-query api from openapi schema",
"main": "index.js",
Expand Down

0 comments on commit 73426db

Please sign in to comment.