Skip to content

Commit

Permalink
update on few small issues
Browse files Browse the repository at this point in the history
  • Loading branch information
iruzevic committed May 8, 2024
1 parent 4583741 commit 738f197
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Init/InitThemeMandatryCli.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ public function __invoke(array $args, array $assocArgs)
->outputWrite($destionation, $file, $assocArgs);
}

WP_CLI::runcommand("wp eval 'shell_exec(\"rm composer.lock\");'");
WP_CLI::runcommand("wp eval 'shell_exec(\"composer install -n --no-cache\");'");
WP_CLI::runcommand("wp eval 'shell_exec(\"npm install\");'");
WP_CLI::runcommand("eval 'shell_exec(\"rm composer.lock\");'");
WP_CLI::runcommand("eval 'shell_exec(\"composer install -n --no-cache\");'");
WP_CLI::runcommand("eval 'shell_exec(\"npm install\");'");
}
}

0 comments on commit 738f197

Please sign in to comment.