Skip to content

Commit

Permalink
Ask to install npm dependencies on configure
Browse files Browse the repository at this point in the history
  • Loading branch information
tonning committed Mar 22, 2024
1 parent d45872a commit ba00a67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,6 @@ function replaceForAllOtherOSes(): array {
}

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

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

0 comments on commit ba00a67

Please sign in to comment.