force development mode for yarn

This commit is contained in:
Chris Sexton 2019-10-18 08:48:39 -04:00
parent 0e5d056922
commit 104af726f8
1 changed files with 1 additions and 1 deletions

View File

@ -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