You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deno.json
+1-15Lines changed: 1 addition & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -19,20 +19,6 @@
19
19
"write": [
20
20
"./src/dictionary/global_dictionary.ts"
21
21
]
22
-
},
23
-
"soft-build-dictionary": {
24
-
"env": [
25
-
"NO_COLOR",
26
-
"DEBUG_TAGS",
27
-
"DEBUG_CHUNKS"
28
-
],
29
-
"read": [
30
-
"./dictionary.txt",
31
-
"./src/"
32
-
],
33
-
"write": [
34
-
"./src/dictionary/global_dictionary.ts"
35
-
]
36
22
}
37
23
},
38
24
"tasks": {
@@ -63,7 +49,7 @@
63
49
},
64
50
"soft-build-dictionary": {
65
51
"description": "Only builds the dictionary at `./src/dictionary/global_dictionary.ts` when it doesn't exists. When an error occurs, an empty dictionary is provided.",
66
-
"command": "deno run --permission-set=soft-build-dictionary --no-prompt --frozen --cached-only ./src/dictionary/soft-build.ts"
52
+
"command": "deno run --permission-set=build-dictionary --no-prompt --frozen --cached-only ./src/dictionary/soft-build.ts"
0 commit comments