Skip to content

Commit 39162af

Browse files
committed
publish npmjs test
1 parent 92af007 commit 39162af

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- uses: actions/setup-node@v4
2727
with:
2828
node-version: 20
29+
registry-url: 'https://registry.npmjs.org'
2930
- run: npm install
3031
- run: npm run build
3132
- run: npm publish

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@betteridea/codecell",
33
"repository": {
44
"type": "git",
5-
"url": "git+https://github.com/betteridea-dev/codecell.git"
5+
"url": "https://github.com/betteridea-dev/codecell.git"
66
},
77
"keywords": [
88
"arweave",
@@ -59,4 +59,4 @@
5959
"vite": "^5.2.0",
6060
"vite-plugin-dts": "^3.9.1"
6161
}
62-
}
62+
}

0 commit comments

Comments
 (0)