mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 00:43:49 +01:00
use new cli argument instead
This commit is contained in:
parent
b16f320607
commit
a5e9cd4aaa
@ -4,7 +4,7 @@ pipeline:
|
|||||||
commands:
|
commands:
|
||||||
- corepack enable
|
- corepack enable
|
||||||
- yarn set version berry
|
- yarn set version berry
|
||||||
- yarn install --frozen-lockfile
|
- yarn install --immutable
|
||||||
- yarn build
|
- yarn build
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
|
@ -5,7 +5,7 @@ pipeline:
|
|||||||
- cp .config/ci.yml .config/default.yml
|
- cp .config/ci.yml .config/default.yml
|
||||||
- corepack enable
|
- corepack enable
|
||||||
- yarn set version berry
|
- yarn set version berry
|
||||||
- yarn install --frozen-lockfile
|
- yarn install --immutable
|
||||||
- yarn build
|
- yarn build
|
||||||
- yarn migrate
|
- yarn migrate
|
||||||
|
|
||||||
|
@ -3,7 +3,8 @@ pipeline:
|
|||||||
image: node:latest
|
image: node:latest
|
||||||
commands:
|
commands:
|
||||||
- corepack enable
|
- corepack enable
|
||||||
- yarn install --frozen-lockfile
|
- yarn set version berry
|
||||||
|
- yarn install --immutable
|
||||||
|
|
||||||
when:
|
when:
|
||||||
event: pull_request
|
event: pull_request
|
||||||
|
Loading…
Reference in New Issue
Block a user