From d78730377e25658a5df2930faee54574e757d463 Mon Sep 17 00:00:00 2001 From: Mitchell Hamilton Date: Mon, 17 Feb 2020 16:06:15 +1100 Subject: [PATCH] Create ci.json --- .codesandbox/ci.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .codesandbox/ci.json diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json new file mode 100644 index 0000000000..9c1083f61f --- /dev/null +++ b/.codesandbox/ci.json @@ -0,0 +1,8 @@ + + +{ + "buildCommand": "build", + "packages": ["packages/*"], + "sandboxes": ["nfmxw"] +} +