diff options
| -rw-r--r-- | .github/workflows/build.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2c39f491..81b1977a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,9 +60,10 @@ jobs: - name: Install JS dependencies ⬇️ uses: pnpm/action-setup@v2.2.3 - run_install: | - - cwd: ./frontend - args: [--frozen-lockfile] + with: + run_install: | + - cwd: ./frontend + args: [--frozen-lockfile] - name: Build JS Frontend 🛠️ working-directory: ./frontend |
