From f63320afcbd305782bcaae2b689ee62c2d252d24 Mon Sep 17 00:00:00 2001 From: Samantha Nguyen Date: Fri, 15 Dec 2023 23:18:10 -0600 Subject: [PATCH] ci: fix for CodeSandbox CI monorepo setup --- .codesandbox/ci.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json index 6ed0450..8ebb5e2 100644 --- a/.codesandbox/ci.json +++ b/.codesandbox/ci.json @@ -2,6 +2,7 @@ "buildCommand": false, "node": "18", "packages": [ - "packages/types" + "packages/types", + "packages/typed-css-utils" ] }