We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a5eba7 commit 73426dbCopy full SHA for 73426db
.github/workflows/npm-publish.yml
@@ -32,6 +32,7 @@ jobs:
32
- uses: actions/setup-node@v3
33
with:
34
node-version: 16
35
+ registry-url: "https://registry.npmjs.org"
36
scope: "@layer5"
37
- run: npm publish --verbose
38
env:
package.json
@@ -3,9 +3,7 @@
3
"version": "0.0.1",
4
"private": false,
5
"publishConfig": {
6
- "access": "public",
7
- "registry": "https://registry.npmjs.org",
8
- "scope": "@layer5"
+ "access": "public"
9
},
10
"description": "Codegen to create rtk-query api from openapi schema",
11
"main": "index.js",
0 commit comments