From 1f6cf517941a1d71030ae2ec5d14504f46baed4f Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Tue, 21 Apr 2026 12:42:07 +0000 Subject: [PATCH] build(package): wire scripts to the real deno tasks --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 443be45..c3c87e4 100644 --- a/package.json +++ b/package.json @@ -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/",