From e26d3b2dc549c7d7bde4d8fe9f98f6bd47be4821 Mon Sep 17 00:00:00 2001 From: Shu Ding Date: Fri, 13 Nov 2020 16:08:13 +0800 Subject: [PATCH 1/3] add CodeSandbox CI --- .codesandbox/ci.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .codesandbox/ci.json diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json new file mode 100644 index 000000000..eef99676b --- /dev/null +++ b/.codesandbox/ci.json @@ -0,0 +1,5 @@ +{ + "installCommand": "install", + "buildCommand": "build", + "sandboxes": ["swr-basic-p7dg6", "swr-states-4une7", "swr-infinite-jb5bm"] +} \ No newline at end of file From 79a36633911e0c8d546fc16d8a65fd61bea4b0f8 Mon Sep 17 00:00:00 2001 From: Shu Ding Date: Fri, 13 Nov 2020 16:09:01 +0800 Subject: [PATCH 2/3] add new line --- .codesandbox/ci.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json index eef99676b..b15a0a8f3 100644 --- a/.codesandbox/ci.json +++ b/.codesandbox/ci.json @@ -2,4 +2,4 @@ "installCommand": "install", "buildCommand": "build", "sandboxes": ["swr-basic-p7dg6", "swr-states-4une7", "swr-infinite-jb5bm"] -} \ No newline at end of file +} From 9c85f71dddb4e7fc9ae8f6da32d21c72c33ab223 Mon Sep 17 00:00:00 2001 From: Shu Ding Date: Fri, 13 Nov 2020 16:09:59 +0800 Subject: [PATCH 3/3] fix install cmd --- .codesandbox/ci.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json index b15a0a8f3..64c672c5f 100644 --- a/.codesandbox/ci.json +++ b/.codesandbox/ci.json @@ -1,5 +1,4 @@ { - "installCommand": "install", "buildCommand": "build", "sandboxes": ["swr-basic-p7dg6", "swr-states-4une7", "swr-infinite-jb5bm"] }