Skip to content

Commit 6cdd27d

Browse files
author
Ellyse
committed
updated cli deno.json to point to new script names
1 parent 36a7166 commit 6cdd27d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

typescript/packages/common-cli/deno.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"tasks": {
33
"start": "deno run --allow-read --allow-env --allow-net main.ts",
44
"google-importer": "deno run --allow-read --allow-env --allow-net google-importer.ts",
5-
"memtest": "deno run --allow-read --allow-env --allow-net memory_test.ts",
5+
"memorydemo": "deno run --allow-read --allow-env --allow-net memory_demo.ts",
66
"test": "deno test",
7-
"charmtest": "deno run --allow-read --allow-env --allow-net charm_test.ts"
7+
"charmdemo": "deno run --allow-read --allow-env --allow-net charm_demo.ts"
88
}
99
}

0 commit comments

Comments
 (0)