Update Node build to build wasm files

This commit is contained in:
Ella Dunbar 2025-10-18 16:58:19 -05:00
parent 03f08560ff
commit 55d9a8dab9

View file

@ -8,7 +8,8 @@
"install": "node-gyp-build",
"prestart": "tree-sitter build --wasm",
"start": "tree-sitter playground",
"test": "node --test bindings/node/*_test.js"
"test": "node --test bindings/node/*_test.js",
"build": "tree-sitter build --wasm --output ./build/parser.wasm"
},
"author": "Ev Dunbar",
"license": "ISC",