Commit 1668fb19 authored by Nazim Hajidin's avatar Nazim Hajidin Committed by Ville Immonen
Browse files

Add missing --dev argument (#1058)

parent bc4a12ad
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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');
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment