mirror of
https://github.com/mattermost/focalboard.git
synced 2025-01-08 15:06:08 +02:00
9086246fb5
* Adds modd based targets that watch both server and webapp * Add modd precheck to related targets
5 lines
63 B
Plaintext
5 lines
63 B
Plaintext
**/*.go {
|
|
indir: server
|
|
prep: go test -race -v ./...
|
|
}
|