Skip to content

Commit

Permalink
Use molt for upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed May 12, 2024
1 parent 5bdc39a commit 5e45b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"lint": "deno lint denops",
"fmt": "deno fmt denops",
"test": "deno test -A --doc --parallel --shuffle denops/**/*.ts",
"upgrade": "deno run -A https://deno.land/x/udd/main.ts denops/**/*.ts"
"upgrade": "deno run -A jsr:@molt/cli **/*.ts --no-resolve --write"
}
}

0 comments on commit 5e45b12

Please sign in to comment.