Skip to content

Commit c2b4f1e

Browse files
committed
update permissions
1 parent 77ccb7a commit c2b4f1e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

deno.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"lib": ["dom", "deno.ns"]
44
},
55
"tasks": {
6-
"build": "deno run --allow-read --allow-write --allow-env --allow-net --allow-run --no-prompt ./bundle.ts build",
6+
"build": "deno run -E -R -W -N=jsr.io --allow-run --no-prompt ./bundle.ts build",
77
"repl": {
88
"command": "deno run --no-prompt ./src/repl.ts",
99
"dependencies": ["build-dictionary"]
1010
},
11-
"start": "deno run --allow-net --allow-read --no-prompt jsr:@std/http/file-server ./dist/",
12-
"watch": "deno run --allow-read --allow-write --allow-env --allow-net --allow-run --no-prompt --watch ./bundle.ts watch",
13-
"update": "deno outdated --update && deno run --allow-write --allow-net --no-prompt ./telo_misikeke/update.ts",
14-
"build-dictionary": "deno run --allow-read --allow-write --no-prompt ./dictionary/build.ts"
11+
"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",
13+
"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",
14+
"build-dictionary": "deno run -R=./dictionary/dictionary -W=./dictionary/dictionary.ts --no-prompt ./dictionary/build.ts"
1515
},
1616
"fmt": {
1717
"exclude": [

0 commit comments

Comments
 (0)