Skip to content

Commit

Permalink
Remove double dash #4
Browse files Browse the repository at this point in the history
  • Loading branch information
HaNdTriX committed Feb 10, 2018
1 parent 32c11fe commit cafc3d9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ module.exports = class extends Generator {

end () {
this.log(
yosay('Please run ' + chalk.red('npm run build -- chrome') + ' or ' + chalk.yellow('npm run dev -- chrome') + ' and load the generated dist into chrome.')
yosay(`Please run ${chalk.red('npm run build chrome')} or ${chalk.yellow('npm run dev chrome')} and load the generated dist into chrome.`)
)
}
}
16 changes: 8 additions & 8 deletions app/templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@

## Development

npm run dev -- chrome
npm run dev -- firefox
npm run dev -- opera
npm run dev -- edge
npm run dev chrome
npm run dev firefox
npm run dev opera
npm run dev edge

## Build

npm run build -- chrome
npm run build -- firefox
npm run build -- opera
npm run build -- edge
npm run build chrome
npm run build firefox
npm run build opera
npm run build edge

## Environment

Expand Down

0 comments on commit cafc3d9

Please sign in to comment.