file rename and store-dir setting

This commit is contained in:
Core 2022-08-26 10:07:30 +01:00
parent 28f6ff8697
commit 0ae9f93a6d
No known key found for this signature in database
GPG key ID: 2AB8327FBA02D1C0
2 changed files with 3 additions and 1 deletions

View file

@ -16,7 +16,9 @@ jobs:
steps: steps:
- checkout - checkout
- run: - run:
command: sudo npm i -g pnpm command: |
sudo npm i -g pnpm
pnpm config set store-dir ~/.pnpm-store
- run: - run:
name: Fetch Application Version name: Fetch Application Version
command: ./resources/version.sh || true command: ./resources/version.sh || true