We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bab218 commit d505a36Copy full SHA for d505a36
1 file changed
deno.json
@@ -48,7 +48,7 @@
48
"command": "deno run --permission-set=build-dictionary --no-prompt --frozen --cached-only ./src/dictionary/build.ts"
49
},
50
"watch-dictionary": {
51
- "description": "Rebuild the dictionary everytime it is updated",
+ "description": "Rebuild the dictionary everytime it is updated. Will also auto update when the dictionary builder codes has changed.",
52
"command": "deno run --permission-set=build-dictionary --no-prompt --frozen --cached-only --watch --no-clear-screen ./src/dictionary/watch.ts",
53
"dependencies": [
54
"soft-build-dictionary"
0 commit comments