diff --git a/.woodpecker/.frontend.yml b/.woodpecker/.frontend.yml index 5120fcc..c29e140 100644 --- a/.woodpecker/.frontend.yml +++ b/.woodpecker/.frontend.yml @@ -20,8 +20,8 @@ steps: image: *frontend_image depends_on: ["prepare:version"] commands: + - echo "$PWD" - pnpm install --frozen-lockfile - - ls -ltra ./node_modules - ls -ltra ./node_modules/.bin - ls -ltra ./node_modules/.pnpm directory: frontend @@ -30,7 +30,7 @@ steps: image: *frontend_image depends_on: ["prepare:frontend"] commands: - - ls -ltra ./node_modules + - echo "$PWD" - ls -ltra ./node_modules/.bin - ls -ltra ./node_modules/.pnpm - pnpm run prettier diff --git a/frontend/trigger-file.txt b/frontend/trigger-file.txt index 90caef9..57eadb9 100644 --- a/frontend/trigger-file.txt +++ b/frontend/trigger-file.txt @@ -1 +1 @@ -trigger6 +trigger7