diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json deleted file mode 100644 index ee67badb6d3be3..00000000000000 --- a/.codesandbox/ci.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "buildCommand": "build:codesandbox", - "packages": ["packages/react", "packages/react-components/react-components"], - "sandboxes": ["x5u3t", "spnyu"], - "node": "20" -} diff --git a/package.json b/package.json index 319c201c25404b..82e6bec9c03ffb 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,6 @@ "scripts": { "dedupe": "npx yarn-deduplicate --strategy fewer", "build": "lage build --verbose", - "build:codesandbox": "yarn build --to @fluentui/react --to @fluentui/react-components", "buildci": "lage build test lint type-check test-ssr verify-packaging --verbose", "builddemo": "yarn build --to public-docsite-resources", "buildto": "lage build --verbose --to",