From 66a70267b656485277fa2dd4807b89b6f35f46a1 Mon Sep 17 00:00:00 2001 From: Ives van Hoorne Date: Mon, 25 Nov 2019 20:02:02 +0200 Subject: [PATCH] Add CodeSandbox CI Config (#10639) * Add CodeSandbox CI Config * Force build * New build --- .codesandbox/ci.json | 5 +++++ package.json | 1 + 2 files changed, 6 insertions(+) create mode 100644 .codesandbox/ci.json 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",