From c9801c71a63c47a47c07320a68fa25fa6ee48886 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Thu, 15 Feb 2024 17:02:06 +0100 Subject: [PATCH] Fix small typo in the develop script for the dashboard --- dashboard/script/develop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/script/develop b/dashboard/script/develop index d72fabca..ebe98407 100755 --- a/dashboard/script/develop +++ b/dashboard/script/develop @@ -13,7 +13,7 @@ cp -r public/* dist/web trap "kill 0" EXIT # Run tsc once as rollup expects those files -tsc || true +npm exec -- tsc || true npm exec -- serve -p 5010 dist/web & npm exec -- tsc --watch &