Skip to content

Commit ed966da

Browse files
authored
[compiler] Fix busted postinstall script (#31147)
1 parent f74f6cd commit ed966da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

compiler/packages/babel-plugin-react-compiler/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@
88
"dist"
99
],
1010
"scripts": {
11-
"postinstall": "./scripts/link-react-compiler-runtime.sh",
1211
"build": "rimraf dist && rollup --config --bundleConfigAsCjs",
13-
"test": "yarn snap:ci",
12+
"test": "./scripts/link-react-compiler-runtime.sh && yarn snap:ci",
1413
"jest": "yarn build && ts-node node_modules/.bin/jest",
1514
"snap": "node ../snap/dist/main.js",
1615
"snap:build": "yarn workspace snap run build",

0 commit comments

Comments
 (0)