Skip to content

Commit

Permalink
fix: run npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
fdalcin committed Feb 27, 2024
1 parent c10d2e2 commit 817f4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function getReplaceableFiles(): array
};
}

confirm('Execute `composer install`?') && run('composer install');
confirm('Execute `composer install` & `npm install`?') && run('composer install & npm install');

confirm('Let this script delete itself?', true) && unlink(__FILE__);

Expand Down

0 comments on commit 817f4c5

Please sign in to comment.