Add CodeSandbox CI Config (#10639)
* Add CodeSandbox CI Config * Force build * New build
This commit is contained in:
parent
0b06b23b00
commit
66a70267b6
5
.codesandbox/ci.json
Normal file
5
.codesandbox/ci.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"installCommand": "bootstrap",
|
||||||
|
"buildCommand": false,
|
||||||
|
"sandboxes": ["kypop"]
|
||||||
|
}
|
||||||
@ -3,6 +3,7 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"bootstrap": "make bootstrap",
|
||||||
"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