Skip to content

Commit 9e5626c

Browse files
authored
Fix yarn warning on running 'yarn build-for-devtools' (#18232)
fixes #18231
1 parent 2953425 commit 9e5626c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
},
101101
"scripts": {
102102
"build": "node ./scripts/rollup/build.js",
103-
"build-for-devtools": "cross-env RELEASE_CHANNEL=experimental yarn build -- react/index,react-dom,react-is,react-debug-tools,scheduler,react-test-renderer --type=NODE",
103+
"build-for-devtools": "cross-env RELEASE_CHANNEL=experimental yarn build react/index,react-dom,react-is,react-debug-tools,scheduler,react-test-renderer --type=NODE",
104104
"linc": "node ./scripts/tasks/linc.js",
105105
"lint": "node ./scripts/tasks/eslint.js",
106106
"lint-build": "node ./scripts/rollup/validate/index.js",

0 commit comments

Comments
 (0)