Skip to content

Commit e6fe50b

Browse files
committed
update seeder command call
1 parent 5238324 commit e6fe50b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Console/CoreModules.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,11 @@ protected function configureCoreModules()
3636

3737
$this->setupDatabase();
3838
$this->setupFactory();
39-
$this->seedDatabase();
4039

4140
$this->runCommands(['npm run build']);
4241

42+
$this->seedDatabase();
43+
4344
$this->line('');
4445
$this->components->info('Core Modules configured!');
4546
}

0 commit comments

Comments
 (0)