ibex-dashboard/.travis/ci.sh

4 строки
82 B
Bash
Executable File

#!/usr/bin/env bash
(cd client; CI=true yarn lint)
(cd client; CI=true yarn test)