From 10c47dc91697a8e5dd00b3657676876d5c24af48 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 15 Feb 2024 11:02:11 -0500 Subject: [PATCH] Update develop --- script/develop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/develop b/script/develop index 4c03466..fb17368 100755 --- a/script/develop +++ b/script/develop @@ -9,7 +9,7 @@ rm -rf dist trap "kill 0" EXIT # Run tsc once as rollup expects those files -tsc || true +npm exec -- tsc || true npm exec -- serve -p 5001 & npm exec -- tsc --watch &