Fixed misspellings of Cypres to Cypress in comments (#1198)

This commit is contained in:
Oliver Forral
2018-01-17 13:34:24 -08:00
committed by Gleb Bahmutov
parent 11f1d1b6e3
commit 80456ea8dd

View File

@@ -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)