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

Commit

Permalink
Update Build command
Browse files Browse the repository at this point in the history
  • Loading branch information
hedii committed Jan 21, 2018
1 parent b4f0680 commit 687a4a7
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions app/Console/Commands/BuildCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,6 @@ public function handle(): bool
$this->line('---');
}

$this->comment('Running fresh application migrations');

$returnCode = $this->call('migrate:fresh');

if ($returnCode !== 0) {
$this->error('Unable run the fresh application migrations');

return false;
} else {
$this->info('Application fresh migrations ok');
$this->line('---');
}

$this->info('Crawler app ready!');

return true;
Expand Down

0 comments on commit 687a4a7

Please sign in to comment.