Skip to content

Commit 89b6f83

Browse files
committed
update test arg because test need --allow-run permission
1 parent 14b9c05 commit 89b6f83

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
@@ -1,5 +1,5 @@
11
{
22
"tasks": {
3-
"test": "deno test --allow-env --allow-write --allow-read"
3+
"test": "deno test --allow-env --allow-write --allow-read --allow-run"
44
}
55
}

0 commit comments

Comments
 (0)