Skip to content

Commit fd29045

Browse files
author
Greg Bowler
committed
Call all cron tasks on first run
1 parent 5b24724 commit fd29045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/RunCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public function run(ArgumentValueList $arguments = null):void {
1111
$arguments,
1212
"serve",
1313
"build --default vendor/phpgt/webengine/build.default.json --watch",
14-
"cron --watch"
14+
"cron --now --watch"
1515
);
1616
}
1717

0 commit comments

Comments
 (0)