Skip to content

Commit 64ea075

Browse files
hoxyqfacebook-github-bot
authored andcommitted
RN [fix]: updated path to hermes-inspector-msggen package from react-native/ReactCommon (#36567)
Summary: Pull Request resolved: #36567 Changelog: [Internal] Relative path has changed after the monorepo migration, but was overlooked Reviewed By: cipolleschi Differential Revision: D44290877 fbshipit-source-id: 4a5e45acf02624b11d513d56c49824a2c9ccc59e
1 parent b312562 commit 64ea075

File tree

1 file changed

+1
-1
lines changed
  • packages/react-native/ReactCommon/hermes/inspector/tools

1 file changed

+1
-1
lines changed

packages/react-native/ReactCommon/hermes/inspector/tools/run_msggen

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ FBSOURCE=$(hg root)
1212
CLANG_FORMAT="${FBSOURCE}/tools/third-party/clang-format/clang-format"
1313
SIGNEDSOURCE="${FBSOURCE}/tools/signedsource"
1414

15-
pushd "../../../../packages/hermes-inspector-msggen"
15+
pushd "../../../../../hermes-inspector-msggen"
1616

1717
yarn install
1818
yarn build

0 commit comments

Comments
 (0)