From 991736b71a8198f7e6813db0da22e78ce0ecb460 Mon Sep 17 00:00:00 2001 From: Richard Attermeyer Date: Mon, 29 Jan 2024 08:27:06 +0000 Subject: [PATCH] WIP: trigger --- .woodpecker/.frontend.yml | 11 +++++------ frontend/trigger-file.txt | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.woodpecker/.frontend.yml b/.woodpecker/.frontend.yml index 13ca527..5120fcc 100644 --- a/.woodpecker/.frontend.yml +++ b/.woodpecker/.frontend.yml @@ -20,20 +20,19 @@ steps: image: *frontend_image depends_on: ["prepare:version"] commands: - - pnpm config set symlink=false - - pnpm config set hoist=false - - pnpm config set node-linker=hoisted - pnpm install --frozen-lockfile - ls -ltra ./node_modules + - ls -ltra ./node_modules/.bin + - ls -ltra ./node_modules/.pnpm directory: frontend "lint:style": image: *frontend_image depends_on: ["prepare:frontend"] commands: - - pnpm install --frozen-lockfile - ls -ltra ./node_modules - ls -ltra ./node_modules/.bin + - ls -ltra ./node_modules/.pnpm - pnpm run prettier directory: frontend @@ -78,5 +77,5 @@ steps: when: - event: [manual] -depends_on: - - "lint_general" +#depends_on: +# - "lint_general" diff --git a/frontend/trigger-file.txt b/frontend/trigger-file.txt index 8a3ebcd..90caef9 100644 --- a/frontend/trigger-file.txt +++ b/frontend/trigger-file.txt @@ -1 +1 @@ -trigger5 +trigger6