We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c122ea1 commit 9e2e4f5Copy full SHA for 9e2e4f5
script/setup.js
@@ -111,10 +111,7 @@ try {
111
"A very lovely package. Hooray!"
112
);
113
114
- const skipApi = await getPrefillOrPromptedValue(
115
- "skip-api",
116
- "Whether to skip calling the GitHub API (effectively making this a local-only change)."
117
- );
+ const skipApi = values["skip-api"];
118
119
console.log();
120
console.log(chalk.gray`Hydrating package metadata locally...`);
0 commit comments