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

pull/35/head
Richard Attermeyer 2024-01-29 12:19:26 +00:00
parent 057e41a41f
commit 0537ff5d85
2 changed files with 3 additions and 5 deletions

View File

@ -22,9 +22,8 @@ steps:
commands:
- echo "$PWD"
- pnpm install --frozen-lockfile
- ls -ltra ./node_modules/.bin
- ls -ltra ./node_modules/.pnpm
- ls -ltra .
- ls -ltra ..
directory: frontend
"lint:style":
@ -32,8 +31,7 @@ steps:
depends_on: ["prepare:frontend"]
commands:
- echo "$PWD"
- ls -ltra ./node_modules
- ls -ltra ./node_modules/.bin
- ls -ltra .
- pnpm run prettier
directory: frontend

View File

@ -1 +1 @@
trigger9
trigger1