mirror of
https://github.com/mattermost/focalboard.git
synced 2024-11-24 08:22:29 +02:00
Fix #82: Build webapp with plain make
This commit is contained in:
parent
2681b8900a
commit
707e042c6a
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.BuildDate=$(BUILD_DATE)"
|
||||||
LDFLAGS += -X "github.com/mattermost/focalboard/server/model.BuildHash=$(BUILD_HASH)"
|
LDFLAGS += -X "github.com/mattermost/focalboard/server/model.BuildHash=$(BUILD_HASH)"
|
||||||
|
|
||||||
all: server
|
all: webapp server
|
||||||
|
|
||||||
prebuild:
|
prebuild:
|
||||||
cd webapp; npm install
|
cd webapp; npm install
|
||||||
|
Loading…
Reference in New Issue
Block a user