use new cli argument instead
This commit is contained in:
parent
2025f4d68c
commit
8d7b50ff7b
@ -4,7 +4,7 @@ pipeline:
|
||||
commands:
|
||||
- corepack enable
|
||||
- yarn set version berry
|
||||
- yarn install --frozen-lockfile
|
||||
- yarn install --immutable
|
||||
- yarn build
|
||||
|
||||
matrix:
|
||||
|
@ -5,7 +5,7 @@ pipeline:
|
||||
- cp .config/ci.yml .config/default.yml
|
||||
- corepack enable
|
||||
- yarn set version berry
|
||||
- yarn install --frozen-lockfile
|
||||
- yarn install --immutable
|
||||
- yarn build
|
||||
- yarn migrate
|
||||
|
||||
|
@ -3,7 +3,8 @@ pipeline:
|
||||
image: node:latest
|
||||
commands:
|
||||
- corepack enable
|
||||
- yarn install --frozen-lockfile
|
||||
- yarn set version berry
|
||||
- yarn install --immutable
|
||||
|
||||
when:
|
||||
event: pull_request
|
||||
|
Loading…
Reference in New Issue
Block a user