diff --git a/.woodpecker/.frontend.yml b/.woodpecker/.frontend.yml index 07dd0d7..97a8496 100644 --- a/.woodpecker/.frontend.yml +++ b/.woodpecker/.frontend.yml @@ -20,7 +20,10 @@ steps: image: *frontend_image depends_on: ["prepare:version"] commands: + - pnpm config set symlink=false + - pnpm config set node-linker=hoisted - pnpm install + - ls -ltr ./node_modules - sleep 10s directory: frontend @@ -28,7 +31,6 @@ steps: image: *frontend_image depends_on: ["prepare:frontend"] commands: - - pnpm install -D - pnpm run prettier directory: frontend @@ -36,7 +38,6 @@ steps: image: *frontend_image depends_on: ["prepare:frontend"] commands: - - pnpm install -D - pnpm run lint directory: frontend @@ -44,7 +45,6 @@ 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 902622d..1c1e21a 100644 --- a/frontend/trigger-file.txt +++ b/frontend/trigger-file.txt @@ -1 +1 @@ -trigger1 +trigger2