use new cli argument instead

This commit is contained in:
cutestnekoaqua 2022-12-27 00:32:57 +01:00
parent 2025f4d68c
commit 8d7b50ff7b
No known key found for this signature in database
GPG key ID: 6BF0964A5069C1E0
3 changed files with 4 additions and 3 deletions

View file

@ -4,7 +4,7 @@ pipeline:
commands:
- corepack enable
- yarn set version berry
- yarn install --frozen-lockfile
- yarn install --immutable
- yarn build
matrix:

View file

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

View file

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