mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
175589bff0
Summary: Add diffing to app bundle size reports. ## Changelog [Internal] [Changed] - Add diffing to app bundle size reports Pull Request resolved: https://github.com/facebook/react-native/pull/28284 Test Plan: - App bundle size reports should now display a diff where available - Right now, the database contains only one entry for the last known good iOS build - Triggering a new build should not create additional comments Reviewed By: cpojer Differential Revision: D20450158 Pulled By: hramos fbshipit-source-id: 720772275f24d3ff0a49705f4dada2efe2e99bd3
16 lines
285 B
JSON
16 lines
285 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",
|
|
"firebase": "^7.10.0"
|
|
}
|
|
}
|