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 8ef0af6 commit cd62a30Copy full SHA for cd62a30
.github/workflows/build-publish.yaml
@@ -52,6 +52,6 @@ jobs:
52
run: npm install
53
54
- name: Publish package
55
- run: npm publish
+ run: npm publish --access public
56
env:
57
- NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "@cuculus-dev/cuculus-api",
+ "name": "@cuculus/cuculus-api",
3
"version": "0.0.3",
4
"main": "dist/index.js",
5
"types": "dist/index.d.ts",
@@ -16,8 +16,7 @@
16
"typescript": "^5.2.2"
17
},
18
"publishConfig": {
19
- "access": "public",
20
- "registry": "https://npm.pkg.github.com/cuculus-dev"
+ "registry": "https://registry.npmjs.org/"
21
22
"volta": {
23
"node": "18.17.1",
0 commit comments