Skip to content

Commit

Permalink
[compiler] Fix busted postinstall script (facebook#31147)
Browse files Browse the repository at this point in the history
  • Loading branch information
poteto authored Oct 8, 2024
1 parent f74f6cd commit ed966da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions compiler/packages/babel-plugin-react-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ed966da

Please sign in to comment.