From fd187a67109c200fa676d10aedcefb5d30e46ef2 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Fri, 14 Oct 2022 23:25:13 -0400 Subject: forgot with --- .github/workflows/build.yml | 7 ++++--- 1 file 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 -- cgit v1.2.3