We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa08cad commit abbd6c3Copy full SHA for abbd6c3
deno.json
@@ -22,7 +22,7 @@
22
},
23
"build-dictionary": {
24
"description": "Builds the dictionary at `./dictionary/dictionary.ts`",
25
- "command": "deno run -E=NO_COLOR -R=./dictionary/dictionary -W=./dictionary/dictionary.ts --no-prompt --frozen --cached-only ./dictionary/build.ts"
+ "command": "deno run -E=NO_COLOR,DEBUG_TAGS,DEBUG_CHUNKS -R=./dictionary/dictionary -W=./dictionary/dictionary.ts --no-prompt --frozen --cached-only ./dictionary/build.ts"
26
}
27
28
"fmt": {
0 commit comments