diff --git a/scripts/tasks/flow.js b/scripts/tasks/flow.js index 3a0c6cd29af3f..78bfe87c386ae 100644 --- a/scripts/tasks/flow.js +++ b/scripts/tasks/flow.js @@ -34,7 +34,9 @@ if (!primaryRenderer) { } }); console.log(); - console.log('If you are not sure, run ' + chalk.green('yarn flow dom') + '.'); + console.log( + 'If you are not sure, run ' + chalk.green('yarn flow dom-node') + '.' + ); console.log( 'This will still typecheck non-DOM packages, although less precisely.' );