mirror of
https://github.com/facebook/react.git
synced 2026-02-26 05:45:14 +00:00
6 lines
111 B
Bash
Executable File
6 lines
111 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
npm run build -- --extract-errors
|
|
git checkout -- scripts/error-codes/codes.json |