mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-01 04:20:23 -05:00
binary: move support folder into scripts/binary to avoid wide ignore
This commit is contained in:
@@ -42,7 +42,7 @@ module.exports = {
|
||||
}
|
||||
|
||||
getAwsObj: ->
|
||||
fs.readJsonSync("./support/aws-credentials.json")
|
||||
fs.readJsonSync(path.join(__dirname, "support", "aws-credentials.json"))
|
||||
|
||||
# store uploaded application in subfolders by platform and version
|
||||
# something like desktop/0.20.1/osx64/
|
||||
|
||||
Reference in New Issue
Block a user