From d51cd4605cfb2a5ba0168718993f23625e89e44f Mon Sep 17 00:00:00 2001 From: AAGaming Date: Fri, 14 Oct 2022 23:27:59 -0400 Subject: wtf --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') 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 -- cgit v1.2.3