This commit is contained in:
Andrew Coates 2022-01-27 11:22:34 -08:00
Родитель 51732aac92
Коммит fdfaa174f3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -174,8 +174,8 @@
// Copy dependencies over from repo-config/package.json
// const repoConfigJson = JSON.parse(cat('repo-config/package.json'));
// packageJson.devDependencies = {...packageJson.devDependencies, ...repoConfigJson.dependencies};
// fs.writeFileSync('package.json', JSON.stringify(packageJson, null, 2), 'utf-8');
// macOS]
fs.writeFileSync('package.json', JSON.stringify(packageJson, null, 2), 'utf-8');
// Change ReactAndroid/gradle.properties
if (