Skip to content

Commit

Permalink
fix: fix build for cli module
Browse files Browse the repository at this point in the history
  • Loading branch information
yjose committed Oct 28, 2024
1 parent 9a99475 commit b65abcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/parse-arguments.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { parseBadgeJsonConfigFile } from './parse-badge-json-config-file';
import { IconConfig } from './icon-config';
import { addBadge } from '..';
import { addBadge } from '../src/index';
import { Badge } from '../types';
import { Command, Option } from 'commander';

Expand Down

0 comments on commit b65abcb

Please sign in to comment.