Skip to content

Commit

Permalink
chore: Cleanup tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
schpet committed Jan 31, 2025
1 parent 9560e33 commit 345b366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"exports": "./main.ts",
"license": "MIT",
"tasks": {
"dev": "deno run --allow-env --allow-sys --allow-run --allow-read --allow-net main.ts",
"install": "deno install --allow-env --allow-sys --allow-run --allow-read --allow-net -c ./deno.json -g -n linear ./main.ts"
"dev": "deno run main.ts --allow-env --allow-sys --allow-run --allow-read --allow-net",
"install": "deno install -g -f -n linear ./main.ts -c ./deno.json --allow-env --allow-sys --allow-run --allow-read --allow-net "
},
"imports": {
"@cliffy/command": "jsr:@cliffy/command@^1.0.0-rc.7",
Expand Down

0 comments on commit 345b366

Please sign in to comment.