mirror of
https://github.com/facebook/react.git
synced 2026-02-25 13:13:03 +00:00
7 lines
114 B
Bash
Executable File
7 lines
114 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
./node_modules/.bin/gulp react:extract-errors
|
|
git checkout -- scripts/error-codes/codes.json
|