Skip to content

Commit 2a5eba7

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

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/npm-publish.yml

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

package.json

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

0 commit comments

Comments
 (0)