diff options
-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 |