Skip to content

Commit

Permalink
Remove the generated composer.lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
wpscholar committed Nov 3, 2023
1 parent 30432ec commit 13da0a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .scripts/setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ public function __construct() {

$this->copyFile( "{$path}/.templates/composer.json", "{$path}/composer.json" );
$this->delete( "{$path}/vendor" );
$this->delete( "{$path}/composer.lock" );
exec( 'composer install' );
exec( 'composer run i18n' );

Expand Down

0 comments on commit 13da0a9

Please sign in to comment.