From ae5768e0b1f5449f1eadeb05a6a58aa325d32567 Mon Sep 17 00:00:00 2001 From: Noah Manneschmidt Date: Fri, 29 Mar 2024 03:17:36 +0000 Subject: [PATCH] Make typecheck task watch --- .codesandbox/tasks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codesandbox/tasks.json b/.codesandbox/tasks.json index cb8ab96..a37c2c0 100644 --- a/.codesandbox/tasks.json +++ b/.codesandbox/tasks.json @@ -35,7 +35,7 @@ }, "typecheck": { "name": "typecheck", - "command": "yarn typecheck" + "command": "yarn typecheck --watch" }, "format": { "name": "format",