9 lines
199 B
Text
9 lines
199 B
Text
**/*.go !**/*_test.go !mattermost-plugin/server/manifest.go {
|
|
indir: mattermost-plugin
|
|
prep: make server deploy-from-watch
|
|
}
|
|
|
|
{
|
|
indir: mattermost-plugin
|
|
daemon +sigterm: make watch
|
|
}
|