Summary: Changelog: [Internal] - Fix missing sed import for Hermes flag fix in D49831355

Reviewed By: cipolleschi

Differential Revision: D50016450

fbshipit-source-id: e7cb6e24d962b85ddd465ec4f6dff1d3f5c3f141
This commit is contained in:
Luna Wei 2023-10-06 11:02:03 -07:00 коммит произвёл Facebook GitHub Bot
Родитель ebd2f67508
Коммит 3996cf3546
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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');