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