chore: revert

Signed-off-by: blam <ben@blam.sh>

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-12-21 11:10:57 +01:00
parent 3357d8bc89
commit df53479f34
+1 -1
View File
@@ -15,7 +15,7 @@
*/
import { Command } from 'commander';
import { run, create } from './run';
import { run } from './run';
export function registerCommands(program: Command) {
program.command('run').description('Run e2e tests').action(run);