We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8596aa4 commit 7e1da9aCopy full SHA for 7e1da9a
packages/release-script/src/index.ts
@@ -14,7 +14,7 @@ import {
14
import { distinct } from "alcalzone-shared/arrays";
15
import enquirer from "enquirer";
16
import colors from "picocolors";
17
-import yargs from "yargs/yargs";
+import yargs from "yargs";
18
import { hideBin } from "yargs/helpers";
19
20
const { prompt } = enquirer;
0 commit comments