Canary build of packages using CodeSandbox CI + mini repl link per PR (#11479)

Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
This commit is contained in:
Henry Zhu
2020-04-24 18:19:57 -04:00
committed by GitHub
parent af669297ef
commit e010db84aa
2 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
{
"installCommand": "bootstrap",
"installCommand": "codesandbox",
"buildCommand": false,
"sandboxes": ["kypop"]
"sandboxes": ["9d0wg"],
"packages": ["packages/*"]
}