mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 05:17:47 +01:00
Exit build-phar script on any error
This commit is contained in:
parent
fee7a7be43
commit
673661c6da
@ -1,4 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
composer bin box install
|
||||
|
||||
vendor/bin/box compile
|
||||
|
Loading…
x
Reference in New Issue
Block a user