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()