Move Cypress from optionalDependencies to dependencies in benchmark workflow
This commit is contained in:
parent
4dce591f8b
commit
cc264e895f
1 changed files with 4 additions and 0 deletions
4
.github/workflows/benchmark.yml
vendored
4
.github/workflows/benchmark.yml
vendored
|
|
@ -28,6 +28,10 @@ jobs:
|
|||
with:
|
||||
node-version: 18
|
||||
cache: "pnpm"
|
||||
- name: Move Cypress to dependencies
|
||||
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 build
|
||||
- run: nohup pnpm prod-start &
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue