mirror of
https://github.com/facebook/react.git
synced 2026-02-23 20:23:02 +00:00
ghstack-source-id: 5d9cb7d3db
Pull Request resolved: https://github.com/facebook/react/pull/30507
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"
|