diff --git a/.woodpecker/.frontend.yml b/.woodpecker/.frontend.yml index 7891325..13ca527 100644 --- a/.woodpecker/.frontend.yml +++ b/.woodpecker/.frontend.yml @@ -23,15 +23,15 @@ steps: - pnpm config set symlink=false - pnpm config set hoist=false - pnpm config set node-linker=hoisted - - pnpm install + - pnpm install --frozen-lockfile - ls -ltra ./node_modules - - sleep 10s 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 - pnpm run prettier