WIP: trigger
parent
684c4e9056
commit
68f234e1c0
|
|
@ -20,7 +20,10 @@ 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 node-linker=hoisted
|
||||||
- pnpm install
|
- pnpm install
|
||||||
|
- ls -ltr ./node_modules
|
||||||
- sleep 10s
|
- sleep 10s
|
||||||
directory: frontend
|
directory: frontend
|
||||||
|
|
||||||
|
|
@ -28,7 +31,6 @@ steps:
|
||||||
image: *frontend_image
|
image: *frontend_image
|
||||||
depends_on: ["prepare:frontend"]
|
depends_on: ["prepare:frontend"]
|
||||||
commands:
|
commands:
|
||||||
- pnpm install -D
|
|
||||||
- pnpm run prettier
|
- pnpm run prettier
|
||||||
directory: frontend
|
directory: frontend
|
||||||
|
|
||||||
|
|
@ -36,7 +38,6 @@ steps:
|
||||||
image: *frontend_image
|
image: *frontend_image
|
||||||
depends_on: ["prepare:frontend"]
|
depends_on: ["prepare:frontend"]
|
||||||
commands:
|
commands:
|
||||||
- pnpm install -D
|
|
||||||
- pnpm run lint
|
- pnpm run lint
|
||||||
directory: frontend
|
directory: frontend
|
||||||
|
|
||||||
|
|
@ -44,7 +45,6 @@ steps:
|
||||||
image: *frontend_image
|
image: *frontend_image
|
||||||
depends_on: ["prepare:frontend"]
|
depends_on: ["prepare:frontend"]
|
||||||
commands:
|
commands:
|
||||||
- pnpm install
|
|
||||||
- pnpm run build
|
- pnpm run build
|
||||||
directory: frontend
|
directory: frontend
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
trigger1
|
trigger2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue