mirror of
https://github.com/sitelease/sugar-cube-client.git
synced 2026-01-18 10:09:12 +01:00
Renamed the 'lib' folder to 'src'
This commit is contained in:
@ -94,7 +94,7 @@ class RoboFile extends Tasks {
|
||||
*/
|
||||
function watch(): void {
|
||||
$this->taskWatch()
|
||||
->monitor(['lib', 'test'], function() { $this->test(); })
|
||||
->monitor(['src', 'test'], function() { $this->test(); })
|
||||
->run();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user