diff options
author | elioat <elioat@tilde.institute> | 2024-06-19 17:31:21 -0400 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2024-06-19 17:31:21 -0400 |
commit | c642bf52919317282240a7e828f8e418b59e51e6 (patch) | |
tree | 45a4e4168f9ba006a4385968d4b8bb370409b5d1 /ts | |
parent | ea77abd88a46884c457b436ea6206fffeac937c0 (diff) | |
download | tour-c642bf52919317282240a7e828f8e418b59e51e6.tar.gz |
*
Diffstat (limited to 'ts')
-rw-r--r-- | ts/bun/package.json | 4 |
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 |