From 707e042c6aef7b289c7ccdcc3982effcd5ec21b4 Mon Sep 17 00:00:00 2001 From: Chen-I Lim Date: Wed, 17 Mar 2021 23:31:55 -0700 Subject: [PATCH] Fix #82: Build webapp with plain make --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0e15ee2e0..65cccbf2c 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ LDFLAGS += -X "github.com/mattermost/focalboard/server/model.BuildNumber=$(BUILD LDFLAGS += -X "github.com/mattermost/focalboard/server/model.BuildDate=$(BUILD_DATE)" LDFLAGS += -X "github.com/mattermost/focalboard/server/model.BuildHash=$(BUILD_HASH)" -all: server +all: webapp server prebuild: cd webapp; npm install