fed up with store path

This commit is contained in:
Core 2022-09-15 21:46:11 +01:00
parent 4466df843a
commit c30e0a2e25
No known key found for this signature in database
GPG key ID: 2AB8327FBA02D1C0
2 changed files with 3 additions and 1 deletions

View file

@ -51,6 +51,9 @@ jobs:
sudo chmod +x resources/version.sh && ./resources/version.sh || true
echo "APP_VERSION=$(node -p -e 'require("./package.json").version')" >>$GITHUB_ENV
- name: Clear node_airtunes2 cache
run: rm -rf ~/.pnpm-store/tmp/cf5bc2de2629636ca224995234b8eaa1 || true
- name: Sign in to EVS
run: |
python3 -m pip install --upgrade castlabs-evs

1
.npmrc
View file

@ -3,4 +3,3 @@ public-hoist-pattern=*
shamefully-hoist=true
auto-install-peers=true
strict-peer-dependencies=false
store-dir=.pnpm-store