firebase-tools 13.2.0 → 13.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -137,7 +137,7 @@ exports.command = new command_1.Command("appdistribution:distribute <release-bin
|
|
|
137
137
|
}
|
|
138
138
|
await requests.updateReleaseNotes(releaseName, releaseNotes);
|
|
139
139
|
await requests.distribute(releaseName, testers, groups);
|
|
140
|
-
if (testDevices) {
|
|
140
|
+
if (testDevices === null || testDevices === void 0 ? void 0 : testDevices.length) {
|
|
141
141
|
utils.logBullet("starting automated tests (note: this feature is in beta)");
|
|
142
142
|
const releaseTest = await requests.createReleaseTest(releaseName, testDevices, loginCredential);
|
|
143
143
|
utils.logSuccess(`Release test created successfully`);
|