diff --git a/.drone.yml b/.drone.yml index a37e191..32fe80b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,7 +23,7 @@ steps: image: node:18 commands: - "npm add --global pnpm" - - pnpm i + - pnpm i --no-frozen-lockfile - pnpm run build - name: container build