Skip to content

Commit

Permalink
chore: bump @molt/cli to 0.19.0-rc.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hasundue committed Jul 26, 2024
1 parent 5873514 commit 0b84004
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 @@ -27,7 +27,7 @@
"doc": "deno run --allow-env --allow-ffi --allow-read --allow-run=deno --allow-sys --allow-write=README.md docs/build.ts",
"test": "deno test --allow-read --allow-write=/tmp --no-check",
"pre-commit": "deno task check && deno task test && deno task doc",
"update": "deno run --unstable-kv --allow-env --allow-read --allow-write --allow-net --allow-run=git,deno jsr:@molt/[email protected].2",
"update": "deno run --unstable-kv --allow-env --allow-read --allow-write --allow-net --allow-run=git,deno jsr:@molt/[email protected].7",
"update:commit": "deno task -q update --commit --pre-commit=check,test --prefix 'chore:'"
}
}

0 comments on commit 0b84004

Please sign in to comment.