VoxaAI/voxa-cli

View on GitHub
run-ci.sh

Summary

Maintainability
Test Coverage
#!/usr/bin/env bash
set -euo pipefail
set -o xtrace

rm -rf test/out

yarn install --frozen-lockfile
yarn lint

yarn test-ci
yarn report