From 10710236b2620e401efc24e15ac61bb2449ff109 Mon Sep 17 00:00:00 2001 From: Richard Attermeyer Date: Mon, 29 Jan 2024 08:17:25 +0000 Subject: [PATCH] WIP: trigger --- .woodpecker/.frontend.yml | 7 ++++--- frontend/trigger-file.txt | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.woodpecker/.frontend.yml b/.woodpecker/.frontend.yml index 70dabe0..7891325 100644 --- a/.woodpecker/.frontend.yml +++ b/.woodpecker/.frontend.yml @@ -21,9 +21,10 @@ steps: depends_on: ["prepare:version"] commands: - pnpm config set symlink=false + - pnpm config set hoist=false - pnpm config set node-linker=hoisted - pnpm install - - ls -ltr ./node_modules + - ls -ltra ./node_modules - sleep 10s directory: frontend @@ -31,8 +32,8 @@ steps: image: *frontend_image depends_on: ["prepare:frontend"] commands: - - ls -ltr ./node_modules - - ls -ltr ./node_modules/.bin + - ls -ltra ./node_modules + - ls -ltra ./node_modules/.bin - pnpm run prettier directory: frontend diff --git a/frontend/trigger-file.txt b/frontend/trigger-file.txt index 248f379..d9b14b9 100644 --- a/frontend/trigger-file.txt +++ b/frontend/trigger-file.txt @@ -1 +1 @@ -trigger3 +trigger4