Skip to content

Commit

Permalink
adding filer and shortcode type
Browse files Browse the repository at this point in the history
  • Loading branch information
iruzevic committed May 13, 2024
1 parent c604aa5 commit b4c100f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Cli/AbstractCli.php
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,7 @@ public function initMandatoryAfter(): void
{
$this->cliLog('Removing old vendor folder', 'C');
WP_CLI::runcommand("eval 'shell_exec(\"rm -rf vendor\");'");
$this->cliLog('--------------------------------------------------', 'C');
$this->cliLog('Removing old compeser.lock', 'C');
WP_CLI::runcommand("eval 'shell_exec(\"rm composer.lock\");'");
$this->cliLog('--------------------------------------------------', 'C');
Expand Down

0 comments on commit b4c100f

Please sign in to comment.