We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5873514 commit 0b84004Copy full SHA for 0b84004
deno.json
@@ -27,7 +27,7 @@
27
"doc": "deno run --allow-env --allow-ffi --allow-read --allow-run=deno --allow-sys --allow-write=README.md docs/build.ts",
28
"test": "deno test --allow-read --allow-write=/tmp --no-check",
29
"pre-commit": "deno task check && deno task test && deno task doc",
30
- "update": "deno run --unstable-kv --allow-env --allow-read --allow-write --allow-net --allow-run=git,deno jsr:@molt/cli@0.19.0-rc.2",
+ "update": "deno run --unstable-kv --allow-env --allow-read --allow-write --allow-net --allow-run=git,deno jsr:@molt/cli@0.19.0-rc.7",
31
"update:commit": "deno task -q update --commit --pre-commit=check,test --prefix 'chore:'"
32
}
33
0 commit comments