diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json new file mode 100644 index 0000000000..b1f6755c74 --- /dev/null +++ b/.codesandbox/ci.json @@ -0,0 +1,5 @@ +{ + "installCommand": "bootstrap", + "buildCommand": false, + "sandboxes": ["kypop"] +} diff --git a/package.json b/package.json index a533406296..3c8dfec391 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "private": true, "license": "MIT", "scripts": { + "bootstrap": "make bootstrap", "build": "make build", "fix": "make fix", "lint": "make lint",