Skip to content

Commit 3fba8d6

Browse files
authored
Include other build types when building for CodeSandbox CI (#23152)
1 parent e489402 commit 3fba8d6

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
@@ -145,7 +145,7 @@
145145
"publish-prereleases": "node ./scripts/release/publish-using-ci-workflow.js",
146146
"download-build": "node ./scripts/release/download-experimental-build.js",
147147
"download-build-for-head": "node ./scripts/release/download-experimental-build.js --commit=$(git rev-parse HEAD)",
148-
"download-build-in-codesandbox-ci": "cd scripts/release && yarn install && cd ../../ && yarn download-build-for-head || yarn build-combined --type=node react/index react-dom scheduler",
148+
"download-build-in-codesandbox-ci": "cd scripts/release && yarn install && cd ../../ && yarn download-build-for-head || yarn build-combined --type=node react/index react-dom/index react-dom/src/server react-dom/test-utils scheduler/index react/jsx-runtime react/jsx-dev-runtime",
149149
"check-release-dependencies": "node ./scripts/release/check-release-dependencies"
150150
},
151151
"resolutions": {

0 commit comments

Comments
 (0)