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

pull/35/head
Richard Attermeyer 2024-01-29 08:20:00 +00:00
parent 10710236b2
commit 8e87cfeee3
1 changed files with 2 additions and 2 deletions

View File

@ -23,15 +23,15 @@ steps:
- pnpm config set symlink=false
- pnpm config set hoist=false
- pnpm config set node-linker=hoisted
- pnpm install
- pnpm install --frozen-lockfile
- ls -ltra ./node_modules
- sleep 10s
directory: frontend
"lint:style":
image: *frontend_image
depends_on: ["prepare:frontend"]
commands:
- pnpm install --frozen-lockfile
- ls -ltra ./node_modules
- ls -ltra ./node_modules/.bin
- pnpm run prettier