Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
hupe1980 committed Jun 18, 2022
1 parent 3127bad commit ecd6894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as yargs from 'yargs';
import { config } from 'dotenv';
import * as yargs from 'yargs';

import { AnalyseCommand } from './analyse';
import { CheckCommand } from './check';
Expand Down

0 comments on commit ecd6894

Please sign in to comment.