Remove Codegen buck-oss scripts as they're unused (#39422)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/39422

Those scripts were used when Buck OSS was invoking codegen. As we don't do Buck OSS anymore, we can remove them.

Changelog:
[Internal] [Changed] - Remove Codegen buck-oss scripts as they're unused

Reviewed By: huntie

Differential Revision: D49229846

fbshipit-source-id: fad0526e609bab159c56a62b85c91690e4cdbbce
This commit is contained in:
Nicola Corti
2023-09-13 08:46:52 -07:00
committed by Facebook GitHub Bot
parent daa2bc7865
commit cf33e048dc
2 changed files with 0 additions and 30 deletions
@@ -1,15 +0,0 @@
#!/bin/bash
# Copyright (c) Meta Platforms, Inc. and affiliates.
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
# Note: To be invoked by Buck sh_binary() in OSS environment.
# DO NOT USE outside of Buck!
set -e
set -u
pushd "$BUCK_DEFAULT_RUNTIME_RESOURCES" >/dev/null
node "build/lib/cli/combine/combine-js-to-schema-cli.js" "$@"
popd >/dev/null
@@ -1,15 +0,0 @@
#!/bin/bash
# Copyright (c) Meta Platforms, Inc. and affiliates.
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
# Note: To be invoked by Buck sh_binary() in OSS environment.
# DO NOT USE outside of Buck!
set -e
set -u
pushd "$BUCK_DEFAULT_RUNTIME_RESOURCES" >/dev/null
node "build/lib/cli/generators/generate-all.js" "$@"
popd >/dev/null