react/scripts/circleci
Andrew Clark f3109ad8a7
Parallelize CircleCI jobs using workflows (#15704)
Updates the CircleCI config to use the workflows features to run jobs in
parallel, instead of the `parallelism` option. This change alone doesn't
improve the overall build time much, since almost all of the total time
is spent running the Rollup script, which runs entirely sequentially.
But it does improve reporting, and should make it easier to add
additional parallel jobs in the future.
2019-05-22 11:14:14 -07:00
..
add_build_info_json.sh Publish a local release (canary or stable) to NPM (#14260) 2018-11-23 12:37:18 -08:00
bench.sh Add React benchmarking infrastructure (#9465) 2017-05-09 17:13:54 +01:00
build.sh Fix CI (#15393) 2019-04-11 16:43:33 -07:00
check_license.sh Delete documentation and website source (#11137) 2017-10-06 10:18:05 -07:00
check_modules.sh Fix Type for ReactNative.NativeComponent (#12805) 2018-05-14 16:36:50 -07:00
pack_and_store_artifact.sh Store entire build directory as CI artifacts (#15310) 2019-04-03 18:15:33 -07:00
set_up_github_keys.sh Clean shell scripts (#12365) 2018-03-21 12:03:09 -04:00
test_coverage.sh Clean shell scripts (#12365) 2018-03-21 12:03:09 -04:00
test_print_warnings.sh change permissions of test_print_warnings (#9347) 2017-04-05 23:18:39 +01:00
update_package_versions.sh Publish a local release (canary or stable) to NPM (#14260) 2018-11-23 12:37:18 -08:00
upload_build.sh Clean shell scripts (#12365) 2018-03-21 12:03:09 -04:00