Skip to content

Commit abbd6c3

Browse files
committed
update permissions
1 parent fa08cad commit abbd6c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"build-dictionary": {
2424
"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"
25+
"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"
2626
}
2727
},
2828
"fmt": {

0 commit comments

Comments
 (0)