aboutsummaryrefslogtreecommitdiff
path: root/deno/tools/deno.json
diff options
context:
space:
mode:
Diffstat (limited to 'deno/tools/deno.json')
-rw-r--r--deno/tools/deno.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/deno/tools/deno.json b/deno/tools/deno.json
index 355046a..b3405aa 100644
--- a/deno/tools/deno.json
+++ b/deno/tools/deno.json
@@ -1,6 +1,7 @@
{
"version": "0.1.0",
"tasks": {
+ "compile": "deno compile -o out/crupest-tools -A main.ts"
},
"imports": {
"mustache": "npm:mustache@^4.2.0"