Add missing --dev argument (#1058)

This commit is contained in:
Nazim Hajidin
2016-11-20 08:30:12 -05:00
committed by Ville Immonen
parent bc4a12adc6
commit 1668fb1948

View File

@@ -165,7 +165,7 @@ function build(previousSizeMap) {
console.log('To publish it at ' + chalk.green(homepagePath) + ', run:');
console.log();
if (useYarn) {
console.log(' ' + chalk.cyan('yarn') + ' add gh-pages');
console.log(' ' + chalk.cyan('yarn') + ' add --dev gh-pages');
} else {
console.log(' ' + chalk.cyan('npm') + ' install --save-dev gh-pages');
}