Skip to content

Commit

Permalink
[CI] Fix sandbox standalone setup for regular branch
Browse files Browse the repository at this point in the history
  • Loading branch information
squrious committed Jun 26, 2024
1 parent 4a1b118 commit f0e9362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sandbox/bin/setup-standalone
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ chdir($APP_DIR);

exec(sprintf('rm -rf %1$s/vendor %1$s/node_modules', $APP_DIR));
putenv('COMPOSER=composer-standalone.json');
exec('composer require sensiolabs/storybook-bundle:dev-$(git rev-parse HEAD)');
exec('composer install -n --no-scripts');
exec('composer require --no-update sensiolabs/storybook-bundle:dev-$(git branch --show-current)');
exec('composer install -n');
exec('npm install --no-package-lock');

exit(0);

0 comments on commit f0e9362

Please sign in to comment.