From 6ac8f7e948300962ee76878c6846b013926bc248 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Hatcher?= Date: Mon, 14 Apr 2025 12:44:48 +0200 Subject: [PATCH] FIX: Use local typescript instead of global --- bindings/wasm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/wasm/Makefile b/bindings/wasm/Makefile index 6f32e69..af4084b 100644 --- a/bindings/wasm/Makefile +++ b/bindings/wasm/Makefile @@ -9,7 +9,7 @@ endif all: wasm-pack build --target web --scope ironcalc --release cp README.pkg.md pkg/README.md - tsc types.ts --target esnext --module esnext + npx tsc types.ts --target esnext --module esnext $(PYTHON) fix_types.py rm -f types.js