We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e300852 commit 61e4069Copy full SHA for 61e4069
deno.jsonc
@@ -1,6 +1,6 @@
1
{
2
"tasks": {
3
- "build": "deno run --allow-net --cached-only --allow-read --allow-write --allow-env --quiet scripts/build.ts",
+ "build": "deno run --quiet --allow-net --cached-only --allow-read --allow-write --allow-env scripts/build.ts",
4
"clean": "rm -rf ./dist",
5
"check": "dprint check && typos && deno fmt --check && deno lint && deno check src/*.ts* scripts/*.ts && deno task check:manifest",
6
"check:manifest": "deno run scripts/manifestValidator.ts",
0 commit comments