diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json index b1f6755c74df..bd884c923e1d 100644 --- a/.codesandbox/ci.json +++ b/.codesandbox/ci.json @@ -1,5 +1,6 @@ { - "installCommand": "bootstrap", + "installCommand": "codesandbox", "buildCommand": false, - "sandboxes": ["kypop"] + "sandboxes": ["9d0wg"], + "packages": ["packages/*"] } diff --git a/package.json b/package.json index 1cf56d4cc9b2..24f8db36b6c5 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "license": "MIT", "scripts": { "bootstrap": "make bootstrap", + "codesandbox": "make bootstrap-only; make build-no-bundle", "build": "make build", "fix": "make fix", "lint": "make lint",