Skip to content

Commit

Permalink
add more explicit comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gillkyle committed Nov 13, 2020
1 parent c8b1b1c commit 062286e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/gatsby-cli/src/create-cli.ts
Expand Up @@ -503,6 +503,7 @@ export const createCli = (argv: Array<string>): yargs.Arguments => {
const starterStr = starter ? String(starter) : undefined
const rootPathStr = rootPath ? String(rootPath) : undefined

// We only run the interactive CLI when there are no arguments passed in
if (
process.env.GATSBY_EXPERIMENTAL_GATSBY_NEW_FLOW &&
!starterStr &&
Expand Down

0 comments on commit 062286e

Please sign in to comment.