FIX: Use local typescript instead of global
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
9a4e798313
commit
6ac8f7e948
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user