forgot with

This commit is contained in:
AAGaming
2022-10-14 23:25:13 -04:00
parent 43ef9e65ea
commit fd187a6710
+4 -3
View File
@@ -60,9 +60,10 @@ jobs:
- name: Install JS dependencies ⬇️ - name: Install JS dependencies ⬇️
uses: pnpm/action-setup@v2.2.3 uses: pnpm/action-setup@v2.2.3
run_install: | with:
- cwd: ./frontend run_install: |
args: [--frozen-lockfile] - cwd: ./frontend
args: [--frozen-lockfile]
- name: Build JS Frontend 🛠️ - name: Build JS Frontend 🛠️
working-directory: ./frontend working-directory: ./frontend