Skip to content

Commit 7ca534e

Browse files
committed
Allow modified package.json install
1 parent b8e026f commit 7ca534e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
jq '.pnpm.overrides.vite = "npm:rolldown-vite@^7.0.1"' package.json > package.tmp.json
3636
mv package.tmp.json package.json
37-
pnpm i
37+
pnpm i --no-frozen-lockfile
3838
- run: pnpm -r test:e2e
3939
test-unit:
4040
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)