WIP: trigger
parent
fd297f43b0
commit
991736b71a
|
|
@ -20,20 +20,19 @@ steps:
|
||||||
image: *frontend_image
|
image: *frontend_image
|
||||||
depends_on: ["prepare:version"]
|
depends_on: ["prepare:version"]
|
||||||
commands:
|
commands:
|
||||||
- pnpm config set symlink=false
|
|
||||||
- pnpm config set hoist=false
|
|
||||||
- pnpm config set node-linker=hoisted
|
|
||||||
- pnpm install --frozen-lockfile
|
- pnpm install --frozen-lockfile
|
||||||
- ls -ltra ./node_modules
|
- ls -ltra ./node_modules
|
||||||
|
- ls -ltra ./node_modules/.bin
|
||||||
|
- ls -ltra ./node_modules/.pnpm
|
||||||
directory: frontend
|
directory: frontend
|
||||||
|
|
||||||
"lint:style":
|
"lint:style":
|
||||||
image: *frontend_image
|
image: *frontend_image
|
||||||
depends_on: ["prepare:frontend"]
|
depends_on: ["prepare:frontend"]
|
||||||
commands:
|
commands:
|
||||||
- pnpm install --frozen-lockfile
|
|
||||||
- ls -ltra ./node_modules
|
- ls -ltra ./node_modules
|
||||||
- ls -ltra ./node_modules/.bin
|
- ls -ltra ./node_modules/.bin
|
||||||
|
- ls -ltra ./node_modules/.pnpm
|
||||||
- pnpm run prettier
|
- pnpm run prettier
|
||||||
directory: frontend
|
directory: frontend
|
||||||
|
|
||||||
|
|
@ -78,5 +77,5 @@ steps:
|
||||||
when:
|
when:
|
||||||
- event: [manual]
|
- event: [manual]
|
||||||
|
|
||||||
depends_on:
|
#depends_on:
|
||||||
- "lint_general"
|
# - "lint_general"
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
trigger5
|
trigger6
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue