Skip to content

Commit

Permalink
scripts/build.sh - Always use our preferred PHP env
Browse files Browse the repository at this point in the history
  • Loading branch information
totten committed Feb 27, 2024
1 parent 3ddf99e commit dbbd273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ if [ ! -d "$TMPDIR" ]; then mkdir "$TMPDIR" ; fi

pushd "$PRJDIR" >> /dev/null
composer install --prefer-dist --no-progress --no-suggest --no-dev
box compile -v
nix-shell --run 'box compile -v'
php scripts/check-phar.php "$OUTFILE"
popd >> /dev/null

0 comments on commit dbbd273

Please sign in to comment.