We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bc9956 commit dd80567Copy full SHA for dd80567
deno.json
@@ -25,6 +25,7 @@
25
],
26
"tasks": {
27
"check": "./tasks/check.sh",
28
+ "ct": "deno run --allow-net --allow-ffi --allow-read --allow-write --allow-env ./packages/cli/mod.ts",
29
"test": "./tasks/test.ts",
30
"test-all": "echo \"Use 'deno task test' instead.\" && exit 1",
31
"build-binaries": "./tasks/build-binaries.ts",
0 commit comments