From e010db84aa22e9657af113efe71821244e8b9c6c Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Fri, 24 Apr 2020 18:19:57 -0400 Subject: [PATCH] Canary build of packages using CodeSandbox CI + mini repl link per PR (#11479) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Nicolò Ribaudo --- .codesandbox/ci.json | 5 +++-- package.json | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json index b1f6755c74..bd884c923e 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 1cf56d4cc9..24f8db36b6 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",