mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-23 15:39:28 -05:00
deploy: rename deploy -> binary folder
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
chalk = require("chalk")
|
||||
|
||||
module.exports = (msg, color = "yellow") ->
|
||||
return if process.env["NODE_ENV"] is "test"
|
||||
|
||||
console.log chalk[color](msg), chalk.bgWhite(chalk.black(@osName))
|
||||
Reference in New Issue
Block a user