Skip to content

Commit

Permalink
Run composer install on Tugboat build step
Browse files Browse the repository at this point in the history
  • Loading branch information
justafish committed Oct 1, 2024
1 parent d21f9a2 commit d123cc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .tugboat/steps/3-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@
set -eux
echo "Building..."

composer install

./vendor/bin/task build
./vendor/bin/task update
2 changes: 2 additions & 0 deletions scaffold/tugboat/steps/3-build.sh.twig
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@
set -eux
echo "Building..."

composer install

./vendor/bin/task {{ build_command }}
./vendor/bin/task {{ update_command }}

0 comments on commit d123cc8

Please sign in to comment.