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 92af007 commit 39162afCopy full SHA for 39162af
.github/workflows/release-package.yml
@@ -26,6 +26,7 @@ jobs:
26
- uses: actions/setup-node@v4
27
with:
28
node-version: 20
29
+ registry-url: 'https://registry.npmjs.org'
30
- run: npm install
31
- run: npm run build
32
- run: npm publish
.npmrc
package.json
@@ -2,7 +2,7 @@
2
"name": "@betteridea/codecell",
3
"repository": {
4
"type": "git",
5
- "url": "git+https://github.com/betteridea-dev/codecell.git"
+ "url": "https://github.com/betteridea-dev/codecell.git"
6
},
7
"keywords": [
8
"arweave",
@@ -59,4 +59,4 @@
59
"vite": "^5.2.0",
60
"vite-plugin-dts": "^3.9.1"
61
}
62
-}
+}
0 commit comments