FIX: Use local typescript instead of global

This commit is contained in:
Nicolás Hatcher
2025-04-14 12:44:48 +02:00
committed by Nicolás Hatcher Andrés
parent 9a4e798313
commit 6ac8f7e948

View File

@@ -9,7 +9,7 @@ endif
all: all:
wasm-pack build --target web --scope ironcalc --release wasm-pack build --target web --scope ironcalc --release
cp README.pkg.md pkg/README.md 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 $(PYTHON) fix_types.py
rm -f types.js rm -f types.js