[compiler] Fix busted postinstall script (#31147)
lauren committed
Oct 7, 2024 at 20:37 UTC
ed966dac4a025fd37580e8197e5b271044ffbd9f
1 file changed
+1
-2
compiler/packages/babel-plugin-react-compiler/package.json
+1
-2
@@ -8,9 +8,8 @@
8
"dist"
9
],
10
"scripts": {
11
- "postinstall": "./scripts/link-react-compiler-runtime.sh",
11
"build": "rimraf dist && rollup --config --bundleConfigAsCjs",
13
- "test": "yarn snap:ci",
12
+ "test": "./scripts/link-react-compiler-runtime.sh && yarn snap:ci",
13
"jest": "yarn build && ts-node node_modules/.bin/jest",
14
"snap": "node ../snap/dist/main.js",
15
"snap:build": "yarn workspace snap run build",