Skip to content

Commit 63e5330

Browse files
committed
[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: e2c443a Pull Request resolved: facebook/react-forget#2956
1 parent 9a6ce33 commit 63e5330

File tree

8 files changed

+1
-1
lines changed

8 files changed

+1
-1
lines changed

compiler/packages/healthcheck/package.json renamed to compiler/packages/react-compiler-healthcheck/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "healthcheck",
2+
"name": "react-compiler-healthcheck",
33
"version": "0.0.0",
44
"description": "Health check script to test violations of the rules of react.",
55
"bin": "dist/index.js",

0 commit comments

Comments
 (0)