From 689f5a33f179ab4ab9cb9c96bbe76a01e157aee0 Mon Sep 17 00:00:00 2001 From: yuxizhe Date: Tue, 28 Jun 2022 21:02:50 +0800 Subject: [PATCH] Add codesandbox CI integration for PRs Close #2317 --- .codesandbox/ci.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .codesandbox/ci.json diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json new file mode 100644 index 00000000..e16ea738 --- /dev/null +++ b/.codesandbox/ci.json @@ -0,0 +1,6 @@ +{ + "packages": ["packages/react-native-web", "packages/babel-plugin-react-native-web"], + "buildCommand": "compile", + "sandboxes": ["/packages/examples/"], + "node": "16" +}