themer/scripts/test.sh
2018-10-13 09:59:57 -06:00

9 lines
81 B
Bash
Executable File

#! /bin/bash
set -euo pipefail
cd cli
yarn run test:ci
cd ../web
yarn run test