From 1b885368457a4cd4cdf760c7a527c522a14b1250 Mon Sep 17 00:00:00 2001 From: JounQin Date: Wed, 28 Feb 2024 20:40:56 +0800 Subject: [PATCH] ci: enable CodeSandbox CI close #3940 --- .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 0000000000..d8bd46360b --- /dev/null +++ b/.codesandbox/ci.json @@ -0,0 +1,5 @@ +{ + "node": "18", + "packages": ["@alias/*", "@commitlint/*"], + "sandboxes": [] +}