We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0955f9 commit 75c19c0Copy full SHA for 75c19c0
1 file changed
wizard.js
@@ -64,5 +64,6 @@ inquirer.prompt(questions).then(function (answers) {
64
console.log()
65
console.log(`Yay! Created ${path.relative(process.cwd(), yamlPath)}`)
66
console.log(`Now you just need to add an icon named ${slug}-icon.png\n`)
67
+ console.log(`Once you're done, run `npm test` to verify. Then open your pull request!`)
68
69
})
0 commit comments