From 684c4e9056eb8c15e6f0813bf1074cd624edfbce Mon Sep 17 00:00:00 2001 From: Richard Attermeyer Date: Mon, 29 Jan 2024 07:46:46 +0000 Subject: [PATCH] WIP: trigger --- .woodpecker/.frontend.yml | 9 +++------ frontend/trigger-file.txt | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.woodpecker/.frontend.yml b/.woodpecker/.frontend.yml index 0b54720..07dd0d7 100644 --- a/.woodpecker/.frontend.yml +++ b/.woodpecker/.frontend.yml @@ -21,9 +21,6 @@ steps: depends_on: ["prepare:version"] commands: - pnpm install - - echo $PWD - - ls -ltr ./node_modules - - ls -ltr ./node_modules/.bin - sleep 10s directory: frontend @@ -31,9 +28,7 @@ steps: image: *frontend_image depends_on: ["prepare:frontend"] commands: - - echo $PWD - - ls -ltra ./node_modules - - ls -ltr ./node_modules/.bin + - pnpm install -D - pnpm run prettier directory: frontend @@ -41,6 +36,7 @@ steps: image: *frontend_image depends_on: ["prepare:frontend"] commands: + - pnpm install -D - pnpm run lint directory: frontend @@ -48,6 +44,7 @@ steps: image: *frontend_image depends_on: ["prepare:frontend"] commands: + - pnpm install - pnpm run build directory: frontend diff --git a/frontend/trigger-file.txt b/frontend/trigger-file.txt index 54e9307..902622d 100644 --- a/frontend/trigger-file.txt +++ b/frontend/trigger-file.txt @@ -1 +1 @@ -trigger8 +trigger1