Skip to content

Commit 98c5d83

Browse files
chore: fix yargs import in docs build (mongodb#4648)
1 parent 2f67139 commit 98c5d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/docs/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { createInterface } from 'readline';
22
import * as util from 'util';
3-
import yargs from 'yargs';
3+
import * as yargs from 'yargs';
44
import { hideBin } from 'yargs/helpers';
55

66
export const LATEST_TAG = 'Next';

0 commit comments

Comments
 (0)