diff --git a/.github/workflows/deploy-account.yml b/.github/workflows/deploy-account.yml index 5e89623..20b5881 100644 --- a/.github/workflows/deploy-account.yml +++ b/.github/workflows/deploy-account.yml @@ -19,7 +19,7 @@ jobs: - name: Cache NPM deps uses: actions/cache@v3 with: - key: ${{ runner.os }}-${{ hashFiles('account/package-lock.json') }} + key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }} path: | ~/node_modules ~/website/node_modules