ghstack-source-id: 5d9cb7d3dbd0f5c54856ad194517524f14cf1ccb 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"
|