Skip to content

Commit 5cf34fd

Browse files
author
王璨
committed
fix: enforce public npm registry to fix GitHub Actions npm ci
1 parent 66fb028 commit 5cf34fd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,13 @@
2020
"start": "tsx src/core/main.ts",
2121
"build": "node scripts/build.mjs",
2222
"build:web": "cd web && npm run build",
23-
"ci:check": "npm run lockfile:check && rm -rf dist node_modules web/node_modules && npm ci && cd web && npm install && cd .. && npm run build && echo \"\n✅ CI check passed\""
23+
"ci:check": "npm run lockfile:check && rm -rf dist node_modules web/node_modules && npm ci && cd web && npm install && cd .. && npm run build && echo \"\n✅ CI check passed\"",
2424
"dev:web": "tsx src/core/main.ts --web & cd web && npm run dev",
2525
"prepublishOnly": "npm run build",
2626
"typecheck": "tsc --noEmit",
2727
"test": "vitest run",
2828
"test:watch": "vitest",
2929
"lockfile:check": "node scripts/lockfile-check.mjs"
30-
"test:watch": "vitest"
3130
},
3231
"repository": {
3332
"type": "git",

0 commit comments

Comments
 (0)