Skip to content

Commit

Permalink
feat(bin): uses commands/run
Browse files Browse the repository at this point in the history
  • Loading branch information
rafamel committed Apr 22, 2019
1 parent 1ad331f commit b31e3a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/bin/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import arg from 'arg';
import chalk from 'chalk';
import state from '~/state';
import { TLogger, IOfType } from '~/types';
import run from './run';
import run from '~/commands/run';

export default async function main(argv: string[]): Promise<void> {
const pkg = await loadPackage(__dirname, { title: true });
Expand Down
3 changes: 0 additions & 3 deletions src/bin/main/run.ts

This file was deleted.

0 comments on commit b31e3a7

Please sign in to comment.