Skip to content

Commit 73426db

Browse files
committed
Add publishConfig
Signed-off-by: aabidsofi19 <mailtoaabid01@gmail.com>
1 parent 2a5eba7 commit 73426db

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- uses: actions/setup-node@v3
3333
with:
3434
node-version: 16
35+
registry-url: "https://registry.npmjs.org"
3536
scope: "@layer5"
3637
- run: npm publish --verbose
3738
env:

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
"version": "0.0.1",
44
"private": false,
55
"publishConfig": {
6-
"access": "public",
7-
"registry": "https://registry.npmjs.org",
8-
"scope": "@layer5"
6+
"access": "public"
97
},
108
"description": "Codegen to create rtk-query api from openapi schema",
119
"main": "index.js",

0 commit comments

Comments
 (0)