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 dc22f6d commit f190b88Copy full SHA for f190b88
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