We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dfde84 commit 647d15dCopy full SHA for 647d15d
deno.json
@@ -5,7 +5,7 @@
5
"bindings": "cd bindings && ./bindings.sh",
6
"bindings-win": "cd bindings && powershell -ExecutionPolicy Bypass -File bindings.ps1",
7
"generate-sha": "deno run --allow-run --allow-write=gitSha.txt generateGitSha.ts",
8
- "compile": "deno compile --allow-read --allow-write=api_tokens.yml --allow-env --allow-sys --allow-net --allow-ffi --include=gitSha.txt main.ts",
+ "compile": "deno compile --allow-read --allow-write=api_tokens.yml --allow-env --allow-sys --allow-net --allow-ffi --allow-run --include=gitSha.txt main.ts",
9
"build": "deno task generate-sha && deno task compile"
10
},
11
"imports": {
0 commit comments