WIP: workflow tests
ci/woodpecker/push/lint_general Pipeline was successful
Details
ci/woodpecker/push/lint_general Pipeline was successful
Details
parent
6fd8c14446
commit
b54b919648
|
|
@ -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":
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue