Skip to content

Commit

Permalink
build: also format versions file after running
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris committed Nov 3, 2024
1 parent a32014d commit f9d3669
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 @@ -3,7 +3,7 @@
"@std/semver": "jsr:@std/semver@^1.0.3"
},
"tasks": {
"run": "deno run --env --allow-env=GITHUB_TOKEN --allow-read=versions.json --allow-write=versions.json,README.md --allow-net=api.github.com,raw.githubusercontent.com index.ts && deno fmt README.md",
"run": "deno run --env --allow-env=GITHUB_TOKEN --allow-read=versions.json --allow-write=versions.json,README.md --allow-net=api.github.com,raw.githubusercontent.com index.ts && deno fmt README.md versions.json",
"check": "deno lint && deno fmt --check"
},
"fmt": {
Expand Down

0 comments on commit f9d3669

Please sign in to comment.