ci: adjust yarn --cwd invocation
This commit is contained in:
parent
953bec25c5
commit
d0ebb0ecf1
5 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue