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:
parent
af669297ef
commit
e010db84aa
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"installCommand": "bootstrap",
|
"installCommand": "codesandbox",
|
||||||
"buildCommand": false,
|
"buildCommand": false,
|
||||||
"sandboxes": ["kypop"]
|
"sandboxes": ["9d0wg"],
|
||||||
|
"packages": ["packages/*"]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user