This commit is contained in:
adueck 2023-11-26 14:49:44 +04:00
parent d74aa7e1e2
commit 851c3c6e9e
1 changed files with 3 additions and 3 deletions

View File

@ -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