[compiler] Fix busted postinstall script (#31147)

This commit is contained in:
lauren
2024-10-07 20:37:41 -04:00
committed by GitHub
parent f74f6cd945
commit ed966dac4a

View File

@@ -8,9 +8,8 @@
"dist"
],
"scripts": {
"postinstall": "./scripts/link-react-compiler-runtime.sh",
"build": "rimraf dist && rollup --config --bundleConfigAsCjs",
"test": "yarn snap:ci",
"test": "./scripts/link-react-compiler-runtime.sh && yarn snap:ci",
"jest": "yarn build && ts-node node_modules/.bin/jest",
"snap": "node ../snap/dist/main.js",
"snap:build": "yarn workspace snap run build",