@samitouri / QOS-React-1 / commits / 5a842dbfb1

Fix healthcheck package.json bin field

ghstack-source-id: 28045c6edb342dea125ea8fcea564ce90626f21d Pull Request resolved: https://github.com/facebook/react-forget/pull/2964

Lauren Tan committed May 14, 2024 at 11:01 UTC 5a842dbfb15975597ce51a304bce5a2cf070399f
1 file changed +3 -1
compiler/packages/react-compiler-healthcheck/package.json
+3 -1
@@ -2,7 +2,9 @@
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",
5 + "bin": {
6 + "react-compiler-healthcheck": "dist/index.js"
7 + },
8 "scripts": {
9 "build": "rimraf dist && rollup --config --bundleConfigAsCjs",
10 "test": "echo 'no tests'"