Skip to content

Commit

Permalink
chore: update flake lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
joscha committed Jun 4, 2024
1 parent 39e18d4 commit 7da2743
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"lint": "deno lint",
"docs": "deno run --allow-read --allow-env --allow-run --allow-write=./docs/ npm:[email protected]",
"generate-v2-client": "rm -rf src/v2/ && deno run --allow-read --allow-run --allow-env --allow-write=openapitools.json,node_modules,/tmp,/var --allow-net='search.maven.org,repo1.maven.org' npm:@openapitools/[email protected] generate",
"update-lockfile": "deno cache --lock-write src/index.ts"
"update-deno-lock": "deno cache --lock-write src/index.ts",
"update-flake-lock": "nix --option commit-lockfile-summary 'chore: update flake.lock' flake update --update-lock-file"
},
"lint": {
"include": [
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7da2743

Please sign in to comment.