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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

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

View File

@ -4,6 +4,7 @@
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"bootstrap": "make bootstrap", "bootstrap": "make bootstrap",
"codesandbox": "make bootstrap-only; make build-no-bundle",
"build": "make build", "build": "make build",
"fix": "make fix", "fix": "make fix",
"lint": "make lint", "lint": "make lint",