fixing make location.

This commit is contained in:
Jason Kulatunga 2023-01-26 03:14:49 -08:00
parent 220a7138d4
commit eebab3d510
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ jobs:
node-version: 18.x
- name: Build Frontend
run: |
cd frontend
make frontend-build-${{ github.ref_name == 'sandbox' && 'sandbox' || 'prod' }}
- name: Set up QEMU