WIP: workflow tests
ci/woodpecker/push/lint_general Pipeline was successful Details

pull/35/head
Richard Attermeyer 2024-01-29 07:08:33 +00:00
parent 6fd8c14446
commit b54b919648
1 changed files with 3 additions and 2 deletions

View File

@ -22,6 +22,7 @@ steps:
commands:
- pnpm install
- ls -ltr ./node_modules
- sleep 5s
directory: frontend
"lint:style":
@ -59,8 +60,8 @@ steps:
depends_on: ["prepare:frontend"]
commands:
- rm -rf node_modules
- npm install
- npx @cyclonedx/cyclonedx-npm --output-file bom.json
- pnpm install
- pnpm dlx @cyclonedx/cyclonedx-npm --output-file bom.json
directory: frontend
"deploy:frontend":