ci: adjust yarn --cwd invocation

This commit is contained in:
openhands 2025-10-13 18:03:14 +00:00
parent 953bec25c5
commit d0ebb0ecf1
5 changed files with 6 additions and 6 deletions

View file

@ -15,7 +15,7 @@ steps:
bash -lc '
set -euo pipefail
git submodule update --init --recursive
yarn install --cwd onchain/lib/uni-v3-lib --frozen-lockfile
yarn --cwd onchain/lib/uni-v3-lib install --frozen-lockfile
'
- name: foundry-suite

View file

@ -15,7 +15,7 @@ steps:
bash -lc '
set -euo pipefail
git submodule update --init --recursive
yarn install --cwd onchain/lib/uni-v3-lib --frozen-lockfile
yarn --cwd onchain/lib/uni-v3-lib install --frozen-lockfile
'
- name: forge-suite
@ -51,7 +51,7 @@ steps:
bash -lc '
set -euo pipefail
git submodule update --init --recursive
yarn install --cwd onchain/lib/uni-v3-lib --frozen-lockfile
yarn --cwd onchain/lib/uni-v3-lib install --frozen-lockfile
'
- name: forge-suite

View file

@ -25,7 +25,7 @@ steps:
set -euo pipefail
mkdir -p "$XDG_RUNTIME_DIR"
git submodule update --init --recursive
yarn install --cwd onchain/lib/uni-v3-lib --frozen-lockfile
yarn --cwd onchain/lib/uni-v3-lib install --frozen-lockfile
npm config set fund false
npm config set audit false
npm ci --prefix kraiken-lib --no-audit --no-fund

View file

@ -14,7 +14,7 @@ steps:
bash -lc '
set -euo pipefail
git submodule update --init --recursive
yarn install --cwd onchain/lib/uni-v3-lib --frozen-lockfile
yarn --cwd onchain/lib/uni-v3-lib install --frozen-lockfile
'
- name: fuzz

View file

@ -19,7 +19,7 @@ steps:
set -euo pipefail
git submodule update --init --recursive
corepack enable
yarn install --cwd onchain/lib/uni-v3-lib --frozen-lockfile
yarn --cwd onchain/lib/uni-v3-lib install --frozen-lockfile
npm config set fund false
npm config set audit false
npm ci --prefix kraiken-lib --no-audit --no-fund