Skip to content

Commit

Permalink
Update bump command
Browse files Browse the repository at this point in the history
  • Loading branch information
LitoMore committed Oct 10, 2024
1 parent 59523a2 commit 29a8fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"tasks": {
"serve": "deno serve source/app.ts",
"dev": "deno serve --watch source/app.ts",
"bump": "deno add jsr:@std/http npm:simple-icons@latest npm:svg-path-bbox npm:svgpath",
"bump": "deno add jsr:@std/assert jsr:@std/http npm:simple-icons@latest npm:svg-path-bbox npm:svgpath",
"update-lockfile": "deno cache --reload source/*.ts test/*.ts",
"test": "deno fmt --check && deno lint && deno check source/*.ts test/*.ts && deno test --clean --coverage && deno coverage"
},
Expand Down

0 comments on commit 29a8fa3

Please sign in to comment.