Update pnpm install command in benchmark workflow to use --no-frozen-lockfile
This commit is contained in:
parent
0a85de180e
commit
d347957f64
1 changed files with 1 additions and 1 deletions
2
.github/workflows/benchmark.yml
vendored
2
.github/workflows/benchmark.yml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
run: |
|
||||
jq '.dependencies.cypress = .optionalDependencies.cypress | del(.optionalDependencies.cypress)' package.json > package.json.tmp
|
||||
mv package.json.tmp package.json
|
||||
- run: pnpm install
|
||||
- run: pnpm install --no-frozen-lockfile
|
||||
- run: pnpm build
|
||||
- run: nohup pnpm prod-start &
|
||||
- run: pnpm test:benchmark
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue