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/",