diff --git a/.drone.yml b/.drone.yml index 5c41266..4f9b4c3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,15 +11,17 @@ steps: archive_format: "gzip" cache_key: "volume" mount: - - "node_modules" + - ".pnpm-store" volumes: - name: cache path: /tmp/cache - name: build image: node:20-slim commands: - - npm install - - npm run build + - corepack enable + - pnpm config set store-dir .pnpm-store + - pnpm i + - pnpm run build - name: rsync image: drillster/drone-rsync settings: