diff --git a/index.ts b/index.ts index e271583a..9c2562ee 100644 --- a/index.ts +++ b/index.ts @@ -1,3 +1,4 @@ +#!/usr/bin/env node import { IArgs, ProjectType } from './lib/Constants'; import { run } from './lib/Setup';