mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
1b562929dc
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/28041 Report size of app bundles on PRs. See [React Native Benchmark Suite](https://github.com/react-native-community/discussions-and-proposals/issues/186) for further discussion. ## Changelog [Internal] [Added] - Report size of app bundles on PRs Pull Request resolved: https://github.com/facebook/react-native/pull/28019 Test Plan: PRs should start seeing comments from a bot with app bundle sizes, given that they got built successfully. Reviewed By: cpojer Differential Revision: D19859187 Pulled By: hramos fbshipit-source-id: 3920dc60e6fd073928388e6ae52fc2ba1bc745ac
15 lines
258 B
JSON
15 lines
258 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"danger": "node ./node_modules/.bin/danger"
|
|
},
|
|
"devDependencies": {
|
|
"danger": "^7.1.4",
|
|
"lodash.includes": "^4.3.0",
|
|
"minimatch": "^3.0.4"
|
|
},
|
|
"dependencies": {
|
|
"@octokit/rest": "^16.43.0"
|
|
}
|
|
}
|