Skip to content

Commit

Permalink
chore: fix upstream update script
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Dec 2, 2024
1 parent 47289fc commit 1124cd3
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 @@ -20,7 +20,7 @@
"check": "deno task patch && deno task format:fail && deno task lint:fail && deno task type && deno task test",
"patch": "deno run -A ./scripts/patch.ts",
"release": "deno run -A --reload https://raw.githubusercontent.com/globalbrain/hado/main/scripts/release.ts",
"update": "deno run -A --reload https://raw.githubusercontent.com/globalbrain/hado/main/scripts/update.ts && deno install"
"update": "deno run -A --reload https://raw.githubusercontent.com/globalbrain/hado/main/scripts/update.ts"
},
"fmt": {
"lineWidth": 100,
Expand Down

0 comments on commit 1124cd3

Please sign in to comment.