forgot with

This commit is contained in:
AAGaming
2022-10-14 23:25:13 -04:00
parent 43ef9e65ea
commit fd187a6710

View File

@@ -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