build(package): wire scripts to the real deno tasks

This commit is contained in:
2026-04-21 12:42:07 +00:00
parent 054875abb5
commit 1f6cf51794
+3 -2
View File
@@ -37,8 +37,9 @@
"scripts": {
"postinstall": "node scripts/install-binary.js",
"prepublishOnly": "echo 'Publishing ModelGrid binaries to npm...'",
"test": "echo 'Tests are run with Deno: deno task test'",
"build": "echo 'no build needed'"
"test": "deno task test",
"check": "deno task check",
"build": "deno task bundle:ui"
},
"files": [
"bin/",