mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
daa2bc7865
commit
cf33e048dc
@@ -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
|
||||
Reference in New Issue
Block a user