Files
react/scripts/ci/test_print_warnings.sh
2024-07-29 19:18:03 -04:00

8 lines
118 B
Bash
Executable File

#!/bin/bash
set -e
WARNINGS=$(node scripts/print-warnings/print-warnings.js)
echo "$WARNINGS"
test ! -z "$WARNINGS"