diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 0a7ce00..3b421a5 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -15,9 +15,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - - name: Change directory - run: cd frontend - - name: Install pnpm uses: pnpm/action-setup@v4 with: @@ -28,6 +25,7 @@ jobs: with: node-version: 20 cache: pnpm + cache-dependency-path: frontend/pnpm-lock.yaml - name: Install dependencies run: pnpm install --frozen-lockfile --ignore-scripts