mirror of
https://github.com/mattermost/focalboard.git
synced 2025-04-24 14:07:58 -04:00
7 lines
189 B
Text
7 lines
189 B
Text
**/*.go !**/*_test.go !mattermost-plugin/server/manifest.go {
|
|
prep: cd mattermost-plugin && make server deploy-from-watch
|
|
}
|
|
|
|
{
|
|
daemon +sigterm: cd mattermost-plugin && make watch
|
|
}
|