Skip to content

Commit d505a36

Browse files
committed
clarity
1 parent 4bab218 commit d505a36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"command": "deno run --permission-set=build-dictionary --no-prompt --frozen --cached-only ./src/dictionary/build.ts"
4949
},
5050
"watch-dictionary": {
51-
"description": "Rebuild the dictionary everytime it is updated",
51+
"description": "Rebuild the dictionary everytime it is updated. Will also auto update when the dictionary builder codes has changed.",
5252
"command": "deno run --permission-set=build-dictionary --no-prompt --frozen --cached-only --watch --no-clear-screen ./src/dictionary/watch.ts",
5353
"dependencies": [
5454
"soft-build-dictionary"

0 commit comments

Comments
 (0)