Skip to content

Commit 7e1da9a

Browse files
committed
chore: fix yargs import
1 parent 8596aa4 commit 7e1da9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/release-script/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
import { distinct } from "alcalzone-shared/arrays";
1515
import enquirer from "enquirer";
1616
import colors from "picocolors";
17-
import yargs from "yargs/yargs";
17+
import yargs from "yargs";
1818
import { hideBin } from "yargs/helpers";
1919

2020
const { prompt } = enquirer;

0 commit comments

Comments
 (0)