Skip to content

Commit dd80567

Browse files
authored
add 'deno task ct' to workspace (#1346)
1 parent 1bc9956 commit dd80567

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deno.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
],
2626
"tasks": {
2727
"check": "./tasks/check.sh",
28+
"ct": "deno run --allow-net --allow-ffi --allow-read --allow-write --allow-env ./packages/cli/mod.ts",
2829
"test": "./tasks/test.ts",
2930
"test-all": "echo \"Use 'deno task test' instead.\" && exit 1",
3031
"build-binaries": "./tasks/build-binaries.ts",

0 commit comments

Comments
 (0)