Update pnpm install command in benchmark workflow to use --no-frozen-lockfile

This commit is contained in:
Vitaly Turovsky 2025-04-07 17:07:32 +03:00
commit d347957f64

View file

@ -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