Skip to content

Commit

Permalink
config: add task to deno config file
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinWilkinson committed Dec 18, 2023
1 parent 6e3911f commit 1e96268
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"clear": "deno run -A ./.github/internal-cicd/deno-tasks/clear-screen.ts",
"build": "deno task clear && deno run -A ./.github/internal-cicd/scripts/deno-check.ts",
"lint": "deno task clear && deno lint",
"format": "deno task clear && deno fmt"
"format": "deno task clear && deno fmt",
"reload-cache": "deno task clear && deno cache --lock=deno.lock --lock-write \"./cicd/scripts/mod.ts\""
},
"lint": {
"include": [
Expand Down

0 comments on commit 1e96268

Please sign in to comment.