9838609926
* Adds the watch-plugin make target to improve the development experience * Add modd command precheck
9 lines
161 B
Text
9 lines
161 B
Text
**/*.go !**/*_test.go {
|
|
indir: mattermost-plugin
|
|
prep: make server deploy-from-watch
|
|
}
|
|
|
|
{
|
|
indir: mattermost-plugin
|
|
daemon +sigterm: make watch
|
|
}
|