Skip to content

Commit

Permalink
Fix update script
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-dldc committed Aug 2, 2024
1 parent b555a83 commit 8fda211
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 @@ -16,7 +16,7 @@
"test:run": "deno test -A",
"test:watch": "deno test -A --watch",
"bump": "deno run -A jsr:@mys/bump@1",
"update": "deno run --allow-read=. --allow-write=. --allow-net https://deno.land/x/[email protected]/main.ts *.ts deno.jsonc",
"update": "deno run --allow-read=. --allow-write=. --allow-net https://deno.land/x/[email protected]/main.ts *.ts deno.json",
"check": "deno fmt --check . && deno lint . && deno task test:run"
},
"lint": {
Expand Down

0 comments on commit 8fda211

Please sign in to comment.