Skip to content

Commit d347957

Browse files
committed
Update pnpm install command in benchmark workflow to use --no-frozen-lockfile
1 parent 0a85de1 commit d347957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/benchmark.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
jq '.dependencies.cypress = .optionalDependencies.cypress | del(.optionalDependencies.cypress)' package.json > package.json.tmp
3434
mv package.json.tmp package.json
35-
- run: pnpm install
35+
- run: pnpm install --no-frozen-lockfile
3636
- run: pnpm build
3737
- run: nohup pnpm prod-start &
3838
- run: pnpm test:benchmark

0 commit comments

Comments
 (0)