mirror of
https://github.com/alibaba/open-code-review.git
synced 2026-09-14 19:59:52 +08:00
fix(ci): use npm install instead of npm ci in Pages CI
package-lock.json is gitignored for the pages directory, so npm ci always fails in CI (no lockfile present after checkout). Switch to npm install to match deploy-pages.yml behavior.
This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
working-directory: pages
|
||||
run: npm ci
|
||||
run: npm install
|
||||
|
||||
- name: Typecheck
|
||||
working-directory: pages
|
||||
|
||||
Reference in New Issue
Block a user