@react-native-community/cli-platform-android
Advanced tools
Comparing version 2.6.0 to 2.6.2
@@ -18,2 +18,12 @@ "use strict"; | ||
function _execa() { | ||
const data = _interopRequireDefault(require("execa")); | ||
_execa = function () { | ||
return data; | ||
}; | ||
return data; | ||
} | ||
function _child_process() { | ||
@@ -89,3 +99,3 @@ const data = require("child_process"); | ||
*/ | ||
function runAndroid(argv, config, args) { | ||
async function runAndroid(argv, config, args) { | ||
if (!checkAndroid(args.root)) { | ||
@@ -103,3 +113,3 @@ _cliTools().logger.error('Android project not found. Are you sure this is a React Native project?'); | ||
try { | ||
(0, _child_process().execFileSync)(require.resolve('jetifier/bin/jetify'), { | ||
await (0, _execa().default)(require.resolve('jetifier/bin/jetify'), { | ||
stdio: 'inherit' | ||
@@ -106,0 +116,0 @@ }); |
{ | ||
"name": "@react-native-community/cli-platform-android", | ||
"version": "2.6.0", | ||
"version": "2.6.2", | ||
"license": "MIT", | ||
@@ -9,2 +9,3 @@ "main": "build/index.js", | ||
"chalk": "^2.4.2", | ||
"execa": "^1.0.0", | ||
"jetifier": "^1.6.2", | ||
@@ -19,3 +20,3 @@ "logkitty": "^0.5.0", | ||
], | ||
"gitHead": "a4b429e02b22ea7ac4396f3603007eef3df45d57" | ||
"gitHead": "d20270987688d5eea7a23a8585981ccff5552735" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1450
60873
7
+ Addedexeca@^1.0.0