mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
[LOCAL] Add missing sed import to test script
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
* and to make it more accessible for other devs to play around with.
|
||||
*/
|
||||
|
||||
const {exec, pushd, popd, pwd, cd} = require('shelljs');
|
||||
const {exec, pushd, popd, pwd, cd, sed} = require('shelljs');
|
||||
const updateTemplatePackage = require('./update-template-package');
|
||||
const yargs = require('yargs');
|
||||
const path = require('path');
|
||||
|
||||
Reference in New Issue
Block a user