From 0987ebae4f0d63949233dfb0a3fe18872de6c6d4 Mon Sep 17 00:00:00 2001 From: Trezy Date: Wed, 31 Jul 2024 15:08:17 -0500 Subject: [PATCH] ci: allow Codesandbox to use the default build command --- .codesandbox/ci.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json index 1dc13383..ea603b6e 100644 --- a/.codesandbox/ci.json +++ b/.codesandbox/ci.json @@ -1,5 +1,4 @@ { - "buildCommand": "codesandbox-ci", "sandboxes": ["/.codesandbox/sandbox"], "node": "18" }