[healthcheck] Rename to react-compiler-healthcheck
Don't really have time to implement the react-compiler/healthcheck version of this script, so for now i propose we just publish this as react-compiler-healthcheck the command for running this would be ``` $ npx react-compiler-healthcheck --src 'whatever/**/*.*' ``` ghstack-source-id: e2c443a91257433d80dd51c8c855e4aa0bd99a37 Pull Request resolved: https://github.com/facebook/react-forget/pull/2956
Lauren Tan committed
May 11, 2024 at 00:19 UTC
63e533026062450f7e033af1e15545eb4463fce6
8 files changed
+1
-1
compiler/packages/react-compiler-healthcheck/package.json
renamed
+1
-1
@@ -1,5 +1,5 @@
1
{
2
- "name": "healthcheck",
2
+ "name": "react-compiler-healthcheck",
3
"version": "0.0.0",
4
"description": "Health check script to test violations of the rules of react.",
5
"bin": "dist/index.js",