Skip to content

Commit 346089f

Browse files
author
Ellyse
committed
small fix for deno.json
1 parent fd0e5d5 commit 346089f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript/packages/common-cli/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"start": "deno run --allow-read --allow-env --allow-net main.ts",
44
"memtest": "deno run --allow-read --allow-env --allow-net memory_test.ts",
55
"test": "deno test"
6-
"charmtest": "deno run --import-map=import_map.json --unstable-sloppy-imports --allow-read --allow-env --allow-net charm_test.ts"
6+
"charmtest": "deno run --allow-read --allow-env --allow-net charm_test.ts"
77
}
88
}

0 commit comments

Comments
 (0)