Skip to content

Commit 422be69

Browse files
committed
fix bundle code
1 parent 3647625 commit 422be69

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
@@ -9,7 +9,7 @@
99
"dependencies": ["build-dictionary"]
1010
},
1111
"start": "deno run -N=0.0.0.0 -R=./dist/ --no-prompt jsr:@std/http/file-server ./dist/",
12-
"watch": "deno run -E -R -W -N=jsr.io --allow-run --no-prompt ./bundle.ts ./bundle.ts watch",
12+
"watch": "deno run -E -R -W -N=jsr.io --allow-run --no-prompt ./bundle.ts watch",
1313
"update": "deno outdated --update && deno run -N=api.linku.la,gitlab.com -W=./telo_misikeke/linku_data.json,./telo_misikeke/Parser.js,./telo_misikeke/rules.js --no-prompt ./telo_misikeke/update.ts",
1414
"build-dictionary": "deno run -R=./dictionary/dictionary -W=./dictionary/dictionary.ts --no-prompt ./dictionary/build.ts"
1515
},

0 commit comments

Comments
 (0)