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: with:
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }} key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
path: | path: |
~/node_modules node_modules
~/website/node_modules website/node_modules
~/account/node_modules account/node_modules
- run: | - run: |
npm install npm install
# TODO: could save a bunch of install time by not requiring ps-react in the website/account-types # TODO: could save a bunch of install time by not requiring ps-react in the website/account-types