mirror of
https://github.com/facebook/react.git
synced 2026-02-26 04:04:59 +00:00
New release scripts. Learn more at https://github.com/facebook/react/blob/master/scripts/release/README.md
6 lines
70 B
Bash
Executable File
6 lines
70 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
node ./scripts/release/ci-add-build-info-json.js
|