3dba5c8fcd
* Upgrading all the server libraries * upgrading dependencies in the mattermost-plugin directory * Executing go generate * Upgrading the linux app * Running go mod tidy everywhere
8 lines
114 B
Makefile
8 lines
114 B
Makefile
.PHONY: run
|
|
|
|
run:
|
|
go run -tags json1 ./main.go
|
|
|
|
build:
|
|
mkdir -p bin
|
|
go build -tags json1 -o bin/focalboard-app
|