mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
e50e554039
Summary: This moves the `helloworld` app to build from the artifacts produced by build_npm_package so that we don't rebuild ReactNative Android from source 8 times. It reduces build time of such jobs from 14mins to 4mins, resulting in 80mins of build time for every test_all run. ## Changelog: [INTERNAL] - Move helloworld to build from artifacts on Android Pull Request resolved: https://github.com/facebook/react-native/pull/45517 Test Plan: CI Reviewed By: blakef Differential Revision: D59957613 Pulled By: cortinico fbshipit-source-id: b6c4adcf804af6c8d2661cf56549d037e09aa2c1
32 lines
811 B
JSON
32 lines
811 B
JSON
{
|
|
"name": "@react-native/core-cli-utils",
|
|
"version": "0.76.0-main",
|
|
"description": "React Native CLI library for Frameworks to build on",
|
|
"license": "MIT",
|
|
"main": "./src/index.flow.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/facebook/react-native.git",
|
|
"directory": "packages/core-cli-utils"
|
|
},
|
|
"exports": {
|
|
".": "./src/index.js",
|
|
"./package.json": "./package.json",
|
|
"./version.js": "./src/public/version.js"
|
|
},
|
|
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/core-cli-utils#readme",
|
|
"keywords": [
|
|
"cli-utils",
|
|
"react-native"
|
|
],
|
|
"bugs": "https://github.com/facebook/react-native/issues",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"dependencies": {},
|
|
"devDependencies": {}
|
|
}
|