mirror of
https://github.com/elyby/accounts.git
synced 2024-11-10 07:22:00 +05:30
7 lines
106 B
Bash
Executable File
7 lines
106 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cd "$(dirname "$0")"
|
|
|
|
./../vendor/bin/codecept build
|
|
./../vendor/bin/codecept run $*
|