Skip to content
This repository was archived by the owner on May 21, 2021. It is now read-only.

Commit 687a4a7

Browse files
committed
Update Build command
1 parent b4f0680 commit 687a4a7

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

app/Console/Commands/BuildCommand.php

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,6 @@ public function handle(): bool
5353
$this->line('---');
5454
}
5555

56-
$this->comment('Running fresh application migrations');
57-
58-
$returnCode = $this->call('migrate:fresh');
59-
60-
if ($returnCode !== 0) {
61-
$this->error('Unable run the fresh application migrations');
62-
63-
return false;
64-
} else {
65-
$this->info('Application fresh migrations ok');
66-
$this->line('---');
67-
}
68-
6956
$this->info('Crawler app ready!');
7057

7158
return true;

0 commit comments

Comments
 (0)