mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-24 09:29:35 -05:00
deploy: rename deploy -> binary folder
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ if (!command) {
|
||||
process.exit(1)
|
||||
}
|
||||
|
||||
const commands = require('./deploy/index')
|
||||
const commands = require('./binary/index')
|
||||
const fn = commands[command]
|
||||
if (!fn) {
|
||||
console.error('Invalid deploy command %s 🚫', command)
|
||||
|
||||
Reference in New Issue
Block a user