mirror of
https://github.com/mattermost/focalboard.git
synced 2024-11-24 08:22:29 +02:00
Exclude enterprise from go.work by default (#3534)
This commit is contained in:
parent
bd979ecace
commit
3c8f85f08c
1
Makefile
1
Makefile
@ -39,6 +39,7 @@ prebuild: ## Run prebuild actions (install dependencies etc.).
|
|||||||
|
|
||||||
ci: webapp-ci server-test ## Simulate CI, locally.
|
ci: webapp-ci server-test ## Simulate CI, locally.
|
||||||
|
|
||||||
|
setup-go-work: export EXCLUDE_ENTERPRISE ?= true
|
||||||
setup-go-work: ## Sets up a go.work file
|
setup-go-work: ## Sets up a go.work file
|
||||||
go run ./build/gowork/main.go
|
go run ./build/gowork/main.go
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user