Fix #82: Build webapp with plain make
This commit is contained in:
parent
2681b8900a
commit
707e042c6a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue