FIX the --yes switch for RN

This commit is contained in:
Norbert de Langen 2019-02-09 19:49:51 +01:00
parent 1c1b22817b
commit 0720ac23fb

View File

@ -79,7 +79,7 @@ const installStorybook = (projectType, options) => {
case types.REACT_NATIVE: {
return (options.yes
? Promise.resolve()
? Promise.resolve({ server: true })
: inquirer.prompt([
{
type: 'confirm',