We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f74f6cd commit ed966daCopy full SHA for ed966da
compiler/packages/babel-plugin-react-compiler/package.json
@@ -8,9 +8,8 @@
8
"dist"
9
],
10
"scripts": {
11
- "postinstall": "./scripts/link-react-compiler-runtime.sh",
12
"build": "rimraf dist && rollup --config --bundleConfigAsCjs",
13
- "test": "yarn snap:ci",
+ "test": "./scripts/link-react-compiler-runtime.sh && yarn snap:ci",
14
"jest": "yarn build && ts-node node_modules/.bin/jest",
15
"snap": "node ../snap/dist/main.js",
16
"snap:build": "yarn workspace snap run build",
0 commit comments