From 847b437c5f2799ba35b0da1e1340e0681ec786b3 Mon Sep 17 00:00:00 2001 From: mayakoneval Date: Mon, 19 Dec 2022 14:16:40 -0800 Subject: [PATCH] point to github repo since new codesandbox projects are not set up to work for coesandbox ci (#200) --- .codesandbox/ci.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json index 2b9df4bf..9f9fdf19 100644 --- a/.codesandbox/ci.json +++ b/.codesandbox/ci.json @@ -1,5 +1,5 @@ { - "sandboxes": ["npm-embeddable-explorer-forked-68onns", "npm-embeddable-sandbox-q0zv0e", "npm-embeddable-explorer-next-js-forked-jvhff5", "npm-embeddable-sandbox-next-js-forked-tbwur8"], + "sandboxes": ["npm-embeddable-explorer-forked-68onns", "npm-embeddable-sandbox-q0zv0e", "https://github.com/mayakoneval/npm-embeddable-explorer-next-js", "https://github.com/mayakoneval/npm-embeddable-sandbox-next-js"], "buildCommand": "build-all-cjs-esm", "publishDirectory": { "@apollo/explorer": "packages/explorer/dist",