Skip to content

Commit 61e4069

Browse files
committed
Required to respect the order?
1 parent e300852 commit 61e4069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deno.jsonc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"tasks": {
3-
"build": "deno run --allow-net --cached-only --allow-read --allow-write --allow-env --quiet scripts/build.ts",
3+
"build": "deno run --quiet --allow-net --cached-only --allow-read --allow-write --allow-env scripts/build.ts",
44
"clean": "rm -rf ./dist",
55
"check": "dprint check && typos && deno fmt --check && deno lint && deno check src/*.ts* scripts/*.ts && deno task check:manifest",
66
"check:manifest": "deno run scripts/manifestValidator.ts",

0 commit comments

Comments
 (0)