WIP: trigger
ci/woodpecker/push/lint_general Pipeline was successful Details
ci/woodpecker/push/frontend Pipeline failed Details

pull/35/head
Richard Attermeyer 2024-01-29 08:27:06 +00:00
parent fd297f43b0
commit 991736b71a
2 changed files with 6 additions and 7 deletions

View File

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

View File

@ -1 +1 @@
trigger5 trigger6