mirror of
https://github.com/facebook/react.git
synced 2026-02-23 20:23:02 +00: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"
|