mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 13:32:01 +00:00
IDIOT
This commit is contained in:
@@ -59,10 +59,10 @@ jobs:
|
|||||||
[ -f requirements.txt ] && pip install -r requirements.txt
|
[ -f requirements.txt ] && pip install -r requirements.txt
|
||||||
|
|
||||||
- name: Install JS dependencies ⬇️
|
- name: Install JS dependencies ⬇️
|
||||||
run:
|
working-directory: ./frontend
|
||||||
cd frontend
|
run: |
|
||||||
npm i -g pnpm
|
npm i -g pnpm
|
||||||
pnpm ci
|
pnpm ci --frozen-lockfile
|
||||||
|
|
||||||
- name: Build JS Frontend 🛠️
|
- name: Build JS Frontend 🛠️
|
||||||
working-directory: ./frontend
|
working-directory: ./frontend
|
||||||
|
|||||||
Reference in New Issue
Block a user