Skip to content

Commit 2cf8f7f

Browse files
author
Brian Vaughn
authored
Speed up local "build-for-detools" target (#20307)
1 parent d93b58a commit 2cf8f7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@
106106
},
107107
"scripts": {
108108
"build": "node ./scripts/rollup/build.js",
109-
"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",
109+
"build-for-devtools-dev": "cross-env RELEASE_CHANNEL=experimental yarn build react/index,react-dom/index,react-is,react-debug-tools,scheduler,react-test-renderer,react-refresh --type=NODE_DEV",
110+
"build-for-devtools-prod": "cross-env RELEASE_CHANNEL=experimental yarn build react/index,react-dom/index,react-is,react-debug-tools,scheduler,react-test-renderer,react-refresh --type=NODE_PROD",
110111
"linc": "node ./scripts/tasks/linc.js",
111112
"lint": "node ./scripts/tasks/eslint.js",
112113
"lint-build": "node ./scripts/rollup/validate/index.js",

0 commit comments

Comments
 (0)