Skip to content

Commit 533aed8

Browse files
author
Brian Vaughn
authored
Speed up DevTools local build script (#21018)
1 parent 466b26c commit 533aed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"scripts": {
108108
"build": "node ./scripts/rollup/build.js",
109109
"build-combined": "node ./scripts/rollup/build-all-release-channels.js",
110-
"build-for-devtools": "cross-env RELEASE_CHANNEL=experimental yarn build-combined react/index,react-dom,react-is,react-debug-tools,scheduler,react-test-renderer,react-refresh",
110+
"build-for-devtools": "cross-env RELEASE_CHANNEL=experimental yarn build react/index,react-dom,react-is,react-debug-tools,scheduler,react-test-renderer,react-refresh --type=NODE",
111111
"build-for-devtools-dev": "yarn build-for-devtools --type=NODE_DEV",
112112
"build-for-devtools-prod": "yarn build-for-devtools --type=NODE_PROD",
113113
"linc": "node ./scripts/tasks/linc.js",

0 commit comments

Comments
 (0)