Skip to content

Commit f90fcd1

Browse files
committed
chore: attempt to resolve npm publishing in CI
1 parent 4d88349 commit f90fcd1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
with:
4141
node-version: 24
4242
cache: 'pnpm'
43-
registry-url: 'https://registry.npmjs.org'
4443

4544
- name: Install dependencies
4645
run: pnpm install

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
"engines": {
88
"node": ">=20"
99
},
10+
"publishConfig": {
11+
"registry": "https://registry.npmjs.org/",
12+
"access": "public"
13+
},
1014
"bin": {
1115
"xs-dev": "build/src/cli.js"
1216
},

0 commit comments

Comments
 (0)