From ecaf9579527089a0d98c7c275464d7f1b7ca98a2 Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Fri, 24 Apr 2020 16:00:01 -0400 Subject: [PATCH 1/4] Update package.json --- package.json | 1 + 1 file changed, 1 insertion(+) 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", From 0d46bbd5dd6d4aed1ef0cbf114f83f46cc349efd Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Fri, 24 Apr 2020 16:00:47 -0400 Subject: [PATCH 2/4] Update ci.json --- .codesandbox/ci.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json index b1f6755c74df..b87fd2ce2096 100644 --- a/.codesandbox/ci.json +++ b/.codesandbox/ci.json @@ -1,5 +1,5 @@ { - "installCommand": "bootstrap", + "installCommand": "codesandbox", "buildCommand": false, - "sandboxes": ["kypop"] + "sandboxes": ["kypop", "hk4lv"] } From ddef1af510d7f8f0786d219f89424761911dbdd3 Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Fri, 24 Apr 2020 16:06:22 -0400 Subject: [PATCH 3/4] Update ci.json --- .codesandbox/ci.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json index b87fd2ce2096..cb681be17998 100644 --- a/.codesandbox/ci.json +++ b/.codesandbox/ci.json @@ -1,5 +1,6 @@ { "installCommand": "codesandbox", "buildCommand": false, - "sandboxes": ["kypop", "hk4lv"] + "sandboxes": ["kypop", "hk4lv"], + "packages": ["packages/*"] } From 2107753d8e6762bd00d3de36fb574ffa2d5b32a4 Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Fri, 24 Apr 2020 17:49:14 -0400 Subject: [PATCH 4/4] Update ci.json --- .codesandbox/ci.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json index cb681be17998..bd884c923e1d 100644 --- a/.codesandbox/ci.json +++ b/.codesandbox/ci.json @@ -1,6 +1,6 @@ { "installCommand": "codesandbox", "buildCommand": false, - "sandboxes": ["kypop", "hk4lv"], + "sandboxes": ["9d0wg"], "packages": ["packages/*"] }