about summary refs log tree commit diff stats
path: root/ts
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2024-06-19 17:31:21 -0400
committerelioat <elioat@tilde.institute>2024-06-19 17:31:21 -0400
commitc642bf52919317282240a7e828f8e418b59e51e6 (patch)
tree45a4e4168f9ba006a4385968d4b8bb370409b5d1 /ts
parentea77abd88a46884c457b436ea6206fffeac937c0 (diff)
downloadtour-c642bf52919317282240a7e828f8e418b59e51e6.tar.gz
*
Diffstat (limited to 'ts')
-rw-r--r--ts/bun/package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/ts/bun/package.json b/ts/bun/package.json
index 6941cd5..627f91f 100644
--- a/ts/bun/package.json
+++ b/ts/bun/package.json
@@ -11,6 +11,8 @@
   },
   "scripts": {
     "run": "bun run index.ts",
-    "test": "bun test"
+    "test": "bun test",
+    "build": "bun build index.ts --compile --outfile life",
+    "clean": "rm -rf life"
   }
 }
\ No newline at end of file