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