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