mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
7 lines
115 B
Bash
Executable File
7 lines
115 B
Bash
Executable File
#!/usr/bin/env bash
|
|
composer bin box install
|
|
|
|
vendor/bin/box compile
|
|
|
|
build/psalm.phar --config=bin/phar.psalm.xml
|