diff options
| author | AAGaming <aa@mail.catvibers.me> | 2022-10-14 23:27:59 -0400 |
|---|---|---|
| committer | AAGaming <aa@mail.catvibers.me> | 2022-10-14 23:27:59 -0400 |
| commit | d51cd4605cfb2a5ba0168718993f23625e89e44f (patch) | |
| tree | f728a96d45224b8a0955cbec8c0434862e8440af /.github | |
| parent | 7d73c7aa792bb89510dd34183bc2cde27359d5e4 (diff) | |
| download | decky-loader-d51cd4605cfb2a5ba0168718993f23625e89e44f.tar.gz decky-loader-d51cd4605cfb2a5ba0168718993f23625e89e44f.zip | |
wtf
Diffstat (limited to '.github')
| -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 |
