cli/scripts/ci

11 lines
81 B
Bash
Executable File

#!/bin/bash
set -e
cd $(dirname $0)
./build
./test
./lint
./validate
./package