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 8887f46 commit 1be324eCopy full SHA for 1be324e
packages/cli/src/index.ts
@@ -45,8 +45,6 @@ const main = async () => {
45
const packageInfo = require('../package.json') as PackageJson;
46
mark('After package.json load');
47
48
- console.log('packageInfo', packageInfo);
49
-
50
// Set up yargs with the new CLI interface
51
mark('Before yargs setup');
52
const argv = await yargs(hideBin(process.argv))
0 commit comments