revert global yarn install
This commit is contained in:
parent
70e8a58952
commit
a4f45f23ab
4 changed files with 0 additions and 6 deletions
|
|
@ -16,7 +16,6 @@ steps:
|
||||||
build:
|
build:
|
||||||
image: docker.io/node:24-alpine
|
image: docker.io/node:24-alpine
|
||||||
commands:
|
commands:
|
||||||
- npm install --global yarn
|
|
||||||
- apk add --no-cache zip git
|
- apk add --no-cache zip git
|
||||||
- yarn --frozen-lockfile
|
- yarn --frozen-lockfile
|
||||||
- yarn build
|
- yarn build
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,5 @@ steps:
|
||||||
build:
|
build:
|
||||||
image: docker.io/node:24-alpine
|
image: docker.io/node:24-alpine
|
||||||
commands:
|
commands:
|
||||||
- npm install --global yarn
|
|
||||||
- yarn --frozen-lockfile
|
- yarn --frozen-lockfile
|
||||||
- yarn build
|
- yarn build
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,6 @@ steps:
|
||||||
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: "1"
|
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: "1"
|
||||||
entrypoint: *script_file_entrypoint
|
entrypoint: *script_file_entrypoint
|
||||||
commands:
|
commands:
|
||||||
- npm install --global yarn
|
|
||||||
- yarn --frozen-lockfile
|
- yarn --frozen-lockfile
|
||||||
- yarn unit-ci-coverage
|
- yarn unit-ci-coverage
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,19 +11,16 @@ steps:
|
||||||
image: &node-image
|
image: &node-image
|
||||||
docker.io/node:24-alpine
|
docker.io/node:24-alpine
|
||||||
commands:
|
commands:
|
||||||
- npm install --global yarn
|
|
||||||
- yarn --frozen-lockfile
|
- yarn --frozen-lockfile
|
||||||
|
|
||||||
biome:
|
biome:
|
||||||
image: *node-image
|
image: *node-image
|
||||||
depends_on: install-depends
|
depends_on: install-depends
|
||||||
commands:
|
commands:
|
||||||
- npm install --global yarn
|
|
||||||
- yarn ci-biome
|
- yarn ci-biome
|
||||||
|
|
||||||
stylelint:
|
stylelint:
|
||||||
image: *node-image
|
image: *node-image
|
||||||
depends_on: install-depends
|
depends_on: install-depends
|
||||||
commands:
|
commands:
|
||||||
- npm install --global yarn
|
|
||||||
- yarn ci-stylelint
|
- yarn ci-stylelint
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue