Skip to content

Commit

Permalink
docs: remove run for yarn commands in readme (#4551)
Browse files Browse the repository at this point in the history
  • Loading branch information
cexbrayat authored and sodatea committed Sep 7, 2019
1 parent 9e4592f commit cd91c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vue/cli/lib/util/generateReadme.js
Expand Up @@ -12,7 +12,7 @@ function printScripts (pkg, packageManager) {
return [
`\n### ${descriptions[key]}`,
'```',
`${packageManager} run ${key}`,
`${packageManager} ${packageManager !== 'yarn' ? 'run ' : ''}${key}`,
'```',
''
].join('\n')
Expand Down

0 comments on commit cd91c0f

Please sign in to comment.