diff --git a/Makefile b/Makefile index 5e4e57c..0174a1b 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ build: *.go frontend go build frontend: - cd frontend && yarn build + cd frontend && yarn build --mode development frontend-watch: cd frontend && yarn build --watch