Logic fix
This commit is contained in:
@ -245,8 +245,8 @@ try {
|
||||
|
||||
// If deployment is setup
|
||||
if (
|
||||
Object.keys(credentials).includes('cdn') &&
|
||||
Object.keys(credentials).includes('demo')
|
||||
Object.keys(credentials).includes('aws') &&
|
||||
Object.keys(credentials).includes('fastly')
|
||||
) {
|
||||
const { version } = pkg;
|
||||
const { aws, fastly } = credentials;
|
||||
|
Reference in New Issue
Block a user