fed up with store path
This commit is contained in:
parent
4466df843a
commit
c30e0a2e25
2 changed files with 3 additions and 1 deletions
3
.github/workflows/build-macos.yml
vendored
3
.github/workflows/build-macos.yml
vendored
|
@ -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
1
.npmrc
|
@ -3,4 +3,3 @@ public-hoist-pattern=*
|
|||
shamefully-hoist=true
|
||||
auto-install-peers=true
|
||||
strict-peer-dependencies=false
|
||||
store-dir=.pnpm-store
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue