We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0012c4 commit e9d01ebCopy full SHA for e9d01eb
packages/@vue/cli/lib/util/generateReadme.js
@@ -9,6 +9,7 @@ const descriptions = {
9
10
function printScripts (pkg, packageManager) {
11
return Object.keys(pkg.scripts).map(key => {
12
+ if (!descriptions[key]) return ''
13
return [
14
`\n### ${descriptions[key]}`,
15
'```',
0 commit comments