Skip to content

Commit 75c19c0

Browse files
committed
add note to wizard about npm test
1 parent e0955f9 commit 75c19c0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

wizard.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,6 @@ inquirer.prompt(questions).then(function (answers) {
6464
console.log()
6565
console.log(`Yay! Created ${path.relative(process.cwd(), yamlPath)}`)
6666
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!`)
6768
console.log()
6869
})

0 commit comments

Comments
 (0)