FIX: Removes types.js after used
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
e268dda9e8
commit
669a5eec39
@@ -3,6 +3,7 @@ all:
|
|||||||
cp README.pkg.md pkg/README.md
|
cp README.pkg.md pkg/README.md
|
||||||
tsc types.ts --target esnext --module esnext
|
tsc types.ts --target esnext --module esnext
|
||||||
python fix_types.py
|
python fix_types.py
|
||||||
|
rm -f types.js
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
wasm-pack build --target nodejs && node tests/test.mjs
|
wasm-pack build --target nodejs && node tests/test.mjs
|
||||||
|
|||||||
Reference in New Issue
Block a user