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.
2 parents ad34307 + f190b88 commit f71dc8eCopy full SHA for f71dc8e
packages/create-cycle-app/index.js
@@ -34,7 +34,7 @@ Object.keys(argv)
34
return true
35
})
36
37
-const flavor = argv.flavor || false
+const flavor = argv.flavor || 'cycle-scripts'
38
const verbose = argv.verbose || false
39
const name = commands[0]
40
0 commit comments