From 104af726f85dd0e5598fb4146b333e5e1324dbd9 Mon Sep 17 00:00:00 2001 From: Chris Sexton Date: Fri, 18 Oct 2019 08:48:39 -0400 Subject: [PATCH] force development mode for yarn --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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