mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
12 lines
112 B
Bash
Executable File
12 lines
112 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -x
|
|
|
|
# on the root dir
|
|
composer install
|
|
|
|
|
|
# under the test dir
|
|
cd test
|
|
composer install
|