file rename and store-dir setting
This commit is contained in:
parent
28f6ff8697
commit
0ae9f93a6d
2 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,9 @@ jobs:
|
|||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
command: sudo npm i -g pnpm
|
||||
command: |
|
||||
sudo npm i -g pnpm
|
||||
pnpm config set store-dir ~/.pnpm-store
|
||||
- run:
|
||||
name: Fetch Application Version
|
||||
command: ./resources/version.sh || true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue