make sure we can build multiple flavors.

This commit is contained in:
Jason Kulatunga 2023-08-29 16:36:06 -07:00
parent 204ea95370
commit 25043bf2a8
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -60,8 +60,8 @@ build-frontend-sandbox: dep-frontend
build-frontend-prod: dep-frontend
cd frontend && yarn build -- -c prod
.PHONY: build-frontend-desktop
build-frontend-desktop: dep-frontend
.PHONY: build-frontend-desktop-sandbox
build-frontend-desktop-sandbox: dep-frontend
cd frontend && yarn build -- -c desktop_sandbox
.PHONY: build-frontend-desktop-prod