Hack in pnpm store path

This commit is contained in:
Alan Guo Xiang Tan 2024-09-13 17:01:10 +08:00
parent 7deddc81ee
commit deee207c84
No known key found for this signature in database
GPG Key ID: 286D2AB58F8C86B6
1 changed files with 6 additions and 2 deletions

View File

@ -119,7 +119,9 @@ jobs:
bundle clean
- name: pnpm install
run: pnpm install --frozen-lockfile
run: |
pnpm config set store-dir /home/discourse/.local/share/pnpm/store/v3
pnpm install --frozen-lockfile
- name: Copy official plugins
if: matrix.target == 'plugins'
@ -380,7 +382,9 @@ jobs:
git config --global user.name "Discourse CI"
- name: pnpm install
run: pnpm install --frozen-lockfile
run: |
pnpm config set store-dir /home/discourse/.local/share/pnpm/store/v3
pnpm install --frozen-lockfile
- name: Ember Build
working-directory: ./app/assets/javascripts/discourse