focalboard/modd-watchplugin.conf
Miguel de la Cruz 9838609926
Adds the watch-plugin make target to improve the development experience (#1300)
* Adds the watch-plugin make target to improve the development experience

* Add modd command precheck
2021-09-22 17:08:24 +02:00

9 lines
161 B
Text

**/*.go !**/*_test.go {
indir: mattermost-plugin
prep: make server deploy-from-watch
}
{
indir: mattermost-plugin
daemon +sigterm: make watch
}