diff --git a/.drone.yaml b/.drone.yaml index c240280..b93ff9f 100644 --- a/.drone.yaml +++ b/.drone.yaml @@ -22,10 +22,14 @@ steps: commands: - corepack enable && pnpm config set store-dir .cache/pnpm - make lint-frontend + depends_on: + - 'cache-frontend' - name: lint-backend image: golangci/golangci-lint commands: - make lint-backend + depends_on: + - 'cache-backend' - name: test-frontend image: node:18