diff --git a/Makefile b/Makefile index 431e9340..3d9ebfe9 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ frontend-build-sandbox: frontend-dep yarn run build -- --configuration sandbox --output-path=../dist .PHONY: frontend-build-prod -frontend-build-sandbox: frontend-dep +frontend-build-prod: frontend-dep cd frontend yarn run build -- --configuration prod --output-path=../dist