rrg try again

This commit is contained in:
adueck 2023-11-26 15:06:12 +04:00
parent 851c3c6e9e
commit a90b384094
1 changed files with 2 additions and 5 deletions

View File

@ -20,11 +20,8 @@ jobs:
- name: Cache NPM deps
uses: actions/cache@v3
with:
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
path: |
node_modules
website/node_modules
account/node_modules
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
path: ~/.npm
- run: |
npm install
# TODO: could save a bunch of install time by not requiring ps-react in the website/account-types