diff --git a/MAINTAINERS b/MAINTAINERS index f204a5ca66def..6c7b2644b09d6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -20,6 +20,6 @@ rickhanlonii sebmarkbage sethwebster sophiebits -TheSavior +elicwhite tyao1 yuzhi diff --git a/compiler/packages/react-compiler-healthcheck/scripts/build.js b/compiler/packages/react-compiler-healthcheck/scripts/build.js index b8e0f88d6c8a5..e7b36fd1cd008 100755 --- a/compiler/packages/react-compiler-healthcheck/scripts/build.js +++ b/compiler/packages/react-compiler-healthcheck/scripts/build.js @@ -36,7 +36,9 @@ const config = { format: 'cjs', platform: 'node', banner: { - js: `/** + js: `#!/usr/bin/env node + +/** * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the