Skip to content

Commit

Permalink
fix: yargs commonjs
Browse files Browse the repository at this point in the history
  • Loading branch information
lumenghz committed Nov 28, 2022
1 parent 9a0c4d6 commit 327bdfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/ti.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import yargs from 'yargs/yargs'
import yargs from 'yargs'
import { hideBin } from 'yargs/helpers'
import { getConfig } from '../config'
import { listTi, runTi } from '../runner'
Expand Down

0 comments on commit 327bdfd

Please sign in to comment.