diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 48ff9f61..42891322 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,10 +59,10 @@ jobs: [ -f requirements.txt ] && pip install -r requirements.txt - name: Install JS dependencies ⬇️ - working-directory: ./frontend run: + cd frontend npm i -g pnpm - pnpm ci --frozen-lockfile + pnpm ci - name: Build JS Frontend 🛠️ working-directory: ./frontend |
