Skip to content

Commit

Permalink
Codesandbox fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tiziodcaio committed Sep 10, 2024
1 parent 8dbfe3a commit 1ae5502
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .codesandbox/ci.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"packages": ["packages/react", "packages/react-dom", "packages/scheduler"],
"installCommand": "install-berry",
"packages": [
"packages/react",
"packages/react-dom",
"packages/scheduler"
],
"buildCommand": "download-build-in-codesandbox-ci",
"node": "18",
"publishDirectory": {
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@
"publish-prereleases": "echo 'This command has been deprecated. Please refer to https://github.com/facebook/react/tree/main/scripts/release#trigger-an-automated-prerelease'",
"download-build": "node ./scripts/release/download-experimental-build.js",
"download-build-for-head": "node ./scripts/release/download-experimental-build.js --commit=$(git rev-parse HEAD)",
"install-berry": "yarn set version berry && yarn && cd scripts/release && yarn",
"download-build-in-codesandbox-ci": "yarn build --type=node react/index react-dom/index react-dom/client react-dom/src/server react-dom/test-utils scheduler/index react/jsx-runtime react/jsx-dev-runtime",
"check-release-dependencies": "node ./scripts/release/check-release-dependencies",
"generate-inline-fizz-runtime": "node ./scripts/rollup/generate-inline-fizz-runtime.js",
Expand Down

0 comments on commit 1ae5502

Please sign in to comment.