mirror of
https://github.com/zebrajr/react.git
synced 2025-12-07 12:20:38 +01:00
8 lines
118 B
Bash
Executable File
8 lines
118 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
WARNINGS=$(node scripts/print-warnings/print-warnings.js)
|
|
echo "$WARNINGS"
|
|
test ! -z "$WARNINGS"
|