Skip to content

Commit

Permalink
Configure build using hatch, add simple tests
Browse files Browse the repository at this point in the history
  • Loading branch information
taybenlor committed Dec 27, 2024
1 parent 037585b commit 7b9c88a
Show file tree
Hide file tree
Showing 5 changed files with 116 additions and 290 deletions.
2 changes: 1 addition & 1 deletion sandbox/cli/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"tasks": {
"test": "deno test --allow-read",
"cli": "deno --allow-net --allow-read src/main.ts",
"compile": "deno compile --frozen --include ./langs/ --output build/runno bin/main.ts"
"compile": "deno compile --frozen --include ./langs/ --output build/runno bin/main.ts && chmod +x build/runno"
},
"lock": {
"path": "./deno.lock",
Expand Down
Loading

0 comments on commit 7b9c88a

Please sign in to comment.