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 8fe8b07 commit 2a5eba7Copy full SHA for 2a5eba7
.github/workflows/npm-publish.yml
@@ -32,7 +32,6 @@ 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,7 +3,9 @@
3
"version": "0.0.1",
4
"private": false,
5
"publishConfig": {
6
- "access": "public"
+ "access": "public",
7
+ "registry": "https://registry.npmjs.org",
8
+ "scope": "@layer5"
9
},
10
"description": "Codegen to create rtk-query api from openapi schema",
11
"main": "index.js",
0 commit comments