build(package): wire scripts to the real deno tasks
This commit is contained in:
+3
-2
@@ -37,8 +37,9 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "node scripts/install-binary.js",
|
"postinstall": "node scripts/install-binary.js",
|
||||||
"prepublishOnly": "echo 'Publishing ModelGrid binaries to npm...'",
|
"prepublishOnly": "echo 'Publishing ModelGrid binaries to npm...'",
|
||||||
"test": "echo 'Tests are run with Deno: deno task test'",
|
"test": "deno task test",
|
||||||
"build": "echo 'no build needed'"
|
"check": "deno task check",
|
||||||
|
"build": "deno task bundle:ui"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"bin/",
|
"bin/",
|
||||||
|
|||||||
Reference in New Issue
Block a user