Skip to content

Commit 3996cf3

Browse files
lunaleapsfacebook-github-bot
authored andcommitted
Fix missing sed import
Summary: Changelog: [Internal] - Fix missing sed import for Hermes flag fix in D49831355 Reviewed By: cipolleschi Differential Revision: D50016450 fbshipit-source-id: e7cb6e24d962b85ddd465ec4f6dff1d3f5c3f141
1 parent ebd2f67 commit 3996cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test-e2e-local.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* and to make it more accessible for other devs to play around with.
1717
*/
1818

19-
const {exec, pushd, popd, pwd, cd} = require('shelljs');
19+
const {exec, pushd, popd, pwd, cd, sed} = require('shelljs');
2020
const updateTemplatePackage = require('./update-template-package');
2121
const yargs = require('yargs');
2222
const path = require('path');

0 commit comments

Comments
 (0)