diff --git a/.woodpecker/.frontend.yml b/.woodpecker/.frontend.yml index d9e5ed1..c556bbe 100644 --- a/.woodpecker/.frontend.yml +++ b/.woodpecker/.frontend.yml @@ -22,9 +22,8 @@ steps: commands: - echo "$PWD" - pnpm install --frozen-lockfile - - ls -ltra ./node_modules/.bin - - ls -ltra ./node_modules/.pnpm - ls -ltra . + - ls -ltra .. directory: frontend "lint:style": @@ -32,8 +31,7 @@ steps: depends_on: ["prepare:frontend"] commands: - echo "$PWD" - - ls -ltra ./node_modules - - ls -ltra ./node_modules/.bin + - ls -ltra . - pnpm run prettier directory: frontend diff --git a/frontend/trigger-file.txt b/frontend/trigger-file.txt index 0d5cf1f..902622d 100644 --- a/frontend/trigger-file.txt +++ b/frontend/trigger-file.txt @@ -1 +1 @@ -trigger9 +trigger1