From 851c3c6e9ee9b33c40895050e7f4779362d11f40 Mon Sep 17 00:00:00 2001 From: adueck Date: Sun, 26 Nov 2023 14:49:44 +0400 Subject: [PATCH] rrg --- .github/workflows/deploy-account.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-account.yml b/.github/workflows/deploy-account.yml index 76866bb..87593a8 100644 --- a/.github/workflows/deploy-account.yml +++ b/.github/workflows/deploy-account.yml @@ -22,9 +22,9 @@ jobs: with: key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }} path: | - ~/node_modules - ~/website/node_modules - ~/account/node_modules + node_modules + website/node_modules + account/node_modules - run: | npm install # TODO: could save a bunch of install time by not requiring ps-react in the website/account-types