diff --git a/.woodpecker/.frontend.yml b/.woodpecker/.frontend.yml index fec40e2..2246863 100644 --- a/.woodpecker/.frontend.yml +++ b/.woodpecker/.frontend.yml @@ -29,6 +29,7 @@ steps: image: *frontend_image depends_on: ["prepare:frontend"] commands: + - ls -la ./node_modules - npm run prettier directory: frontend @@ -36,7 +37,7 @@ steps: image: *frontend_image depends_on: ["prepare:frontend"] commands: - - ls -l ./node_modules + - ls -la ./node_modules - npm run lint directory: frontend diff --git a/frontend/trigger.txt b/frontend/trigger.txt index 1c1e21a..248f379 100644 --- a/frontend/trigger.txt +++ b/frontend/trigger.txt @@ -1 +1 @@ -trigger2 +trigger3