Skip to content

Commit e6d61b5

Browse files
committed
update command description
1 parent a91feec commit e6d61b5

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
@@ -4,7 +4,7 @@
44
},
55
"tasks": {
66
"build": {
7-
"description": "Builds every static files needed for GitHub pages",
7+
"description": "Builds every static files needed for GitHub pages. This builds the dictionary first at `./dictionary/dictionary.ts` then the distribution code `./dist/main.js`.",
88
"command": "deno run -E -R -W -N=jsr.io --allow-run --no-prompt --frozen --cached-only ./build/build.ts"
99
},
1010
"start": {

0 commit comments

Comments
 (0)