mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-06 06:29:45 -06:00
Fixed misspellings of Cypres to Cypress in comments (#1198)
This commit is contained in:
committed by
Gleb Bahmutov
parent
11f1d1b6e3
commit
80456ea8dd
@@ -152,12 +152,12 @@ deploy = {
|
||||
options.zip = path.resolve(zippedFilename(options.platform))
|
||||
zip.ditto(zipDir, options.zip)
|
||||
|
||||
# upload Cypres NPM package file
|
||||
# upload Cypress NPM package file
|
||||
"upload-npm-package": (args = process.argv) ->
|
||||
console.log('#packageUpload')
|
||||
uploadNpmPackage(args)
|
||||
|
||||
# upload Cypres binary zip file under unique hash
|
||||
# upload Cypress binary zip file under unique hash
|
||||
"upload-unique-binary": (args = process.argv) ->
|
||||
console.log('#uniqueBinaryUpload')
|
||||
uploadUniqueBinary(args)
|
||||
|
||||
Reference in New Issue
Block a user