diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 42891322..d7799299 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 ⬇️ - run: - cd frontend + working-directory: ./frontend + run: | npm i -g pnpm - pnpm ci + pnpm ci --frozen-lockfile - name: Build JS Frontend 🛠️ working-directory: ./frontend |
