Skip to content

Commit

Permalink
Canary build of packages using CodeSandbox CI + mini repl link per PR (
Browse files Browse the repository at this point in the history
…#11479)

Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
  • Loading branch information
hzoo and nicolo-ribaudo committed Apr 24, 2020
1 parent af66929 commit e010db8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .codesandbox/ci.json
@@ -1,5 +1,6 @@
{
"installCommand": "bootstrap",
"installCommand": "codesandbox",
"buildCommand": false,
"sandboxes": ["kypop"]
"sandboxes": ["9d0wg"],
"packages": ["packages/*"]
}
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -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",
Expand Down

0 comments on commit e010db8

Please sign in to comment.