From 617b53c3b2188c281532ebfb8c20590021cfbe7b Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Fri, 3 Nov 2023 11:36:33 +0100 Subject: [PATCH] remove test file --- run.ts | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 run.ts diff --git a/run.ts b/run.ts deleted file mode 100644 index 40751469..00000000 --- a/run.ts +++ /dev/null @@ -1,8 +0,0 @@ -import { runCommand } from './src/index' - -export async function run() { - await runCommand('dev', ['playground']) - return true -} - -run()