From 6c4a1732ad5ec8b33e61cb8825aaacc782c9518e Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Sat, 22 Feb 2025 13:25:36 +0100 Subject: [PATCH] build(copy-trilium): use `npm run build:ts` --- bin/copy-trilium.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/copy-trilium.sh b/bin/copy-trilium.sh index e1d0e197f..f62b180a0 100755 --- a/bin/copy-trilium.sh +++ b/bin/copy-trilium.sh @@ -14,7 +14,7 @@ fi # Trigger the TypeScript build echo TypeScript build start -npx tsc +npm run build:ts echo TypeScript build finished # Copy the TypeScript artifacts