@samitouri / QOS-React / commits / fe68112240

[ci] Temporarily always build from source for codesandbox

We need a GitHub token to download artifacts from GitHub so unfortunately codesandboxci will need to revert to the slower process of building from source for now until it's possible to pass secrets to codesandboxci. ghstack-source-id: edab9790847f7f9539d302f10b59b74f6187fbdc Pull Request resolved: https://github.com/facebook/react/pull/30511

Lauren Tan committed Jul 29, 2024 at 16:15 UTC fe6811224073731440a121504f76dc7a7aec02c1
1 file changed +1 -1
package.json
+1 -1
@@ -134,7 +134,7 @@
134 "publish-prereleases": "node ./scripts/release/publish-using-ci-workflow.js",
135 "download-build": "node ./scripts/release/download-experimental-build.js",
136 "download-build-for-head": "node ./scripts/release/download-experimental-build.js --commit=$(git rev-parse HEAD)",
137 - "download-build-in-codesandbox-ci": "cd scripts/release && yarn install && cd ../../ && yarn download-build-for-head || yarn build --type=node react/index react-dom/index react-dom/src/server react-dom/test-utils scheduler/index react/jsx-runtime react/jsx-dev-runtime",
137 + "download-build-in-codesandbox-ci": "yarn build --type=node react/index react-dom/index react-dom/src/server react-dom/test-utils scheduler/index react/jsx-runtime react/jsx-dev-runtime",
138 "check-release-dependencies": "node ./scripts/release/check-release-dependencies",
139 "generate-inline-fizz-runtime": "node ./scripts/rollup/generate-inline-fizz-runtime.js",
140 "flags": "node ./scripts/flags/flags.js"