mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-24 01:08:50 -05:00
fix typo
This commit is contained in:
+1
-1
@@ -123,7 +123,7 @@ module.exports = (cmd, options) => {
|
||||
})
|
||||
})
|
||||
.then(() => {
|
||||
console.log(chalk.green('\nAll tasks compconsted successfully'))
|
||||
console.log(chalk.green('\nAll tasks completed successfully'))
|
||||
})
|
||||
.catch(noPackagesError, (err) => {
|
||||
console.error(chalk.red(`\n${err.message}`))
|
||||
|
||||
Reference in New Issue
Block a user