Skip to content

Commit 17f4cb9

Browse files
authored
moving pint package installation to the entrypoint
1 parent a95c07f commit 17f4cb9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

entrypoint.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ if [[ "${INPUT_PRESET}" ]]; then
1919
command_string+=" --preset ${INPUT_PRESET}"
2020
fi
2121

22+
composer global require laravel/pint --no-progress --dev
23+
PATH="/tmp/vendor/bin:${PATH}"
24+
2225
echo "Running Command: " "${command_string[@]}"
2326

24-
${command_string[@]}
27+
${command_string[@]}

0 commit comments

Comments
 (0)