build(package): wire scripts to the real deno tasks
This commit is contained in:
+3
-2
@@ -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/",
|
||||
|
||||
Reference in New Issue
Block a user