Add CodeSandbox CI Config (#10639)

* Add CodeSandbox CI Config

* Force build

* New build
This commit is contained in:
Ives van Hoorne 2019-11-25 20:02:02 +02:00 committed by Huáng Jùnliàng
parent 0b06b23b00
commit 66a70267b6
2 changed files with 6 additions and 0 deletions

5
.codesandbox/ci.json Normal file
View File

@ -0,0 +1,5 @@
{
"installCommand": "bootstrap",
"buildCommand": false,
"sandboxes": ["kypop"]
}

View File

@ -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",