FIX: Removes types.js after used

This commit is contained in:
Nicolás Hatcher
2024-12-28 11:36:58 +01:00
committed by Nicolás Hatcher Andrés
parent e268dda9e8
commit 669a5eec39

View File

@@ -3,6 +3,7 @@ all:
cp README.pkg.md pkg/README.md
tsc types.ts --target esnext --module esnext
python fix_types.py
rm -f types.js
tests:
wasm-pack build --target nodejs && node tests/test.mjs