Skip to content

Commit

Permalink
Force assets publish on twill:update
Browse files Browse the repository at this point in the history
  • Loading branch information
ifox committed Feb 28, 2020
1 parent 43f4f6e commit 21e3fda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Commands/Update.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ private function publishAssets()
$this->call('vendor:publish', [
'--provider' => 'A17\Twill\TwillServiceProvider',
'--tag' => 'assets',
'--force' => true,
]);
}
}

0 comments on commit 21e3fda

Please sign in to comment.