We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
package.json
1 parent b8e026f commit 7ca534eCopy full SHA for 7ca534e
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
run: |
35
jq '.pnpm.overrides.vite = "npm:rolldown-vite@^7.0.1"' package.json > package.tmp.json
36
mv package.tmp.json package.json
37
- pnpm i
+ pnpm i --no-frozen-lockfile
38
- run: pnpm -r test:e2e
39
test-unit:
40
runs-on: ubuntu-latest
0 commit comments