@swell/cli 2.0.1-alpha.7 → 2.0.1-alpha.8
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.
|
@@ -143,8 +143,8 @@ export class RemoteAppCommand extends AppCommand {
|
|
|
143
143
|
}
|
|
144
144
|
else {
|
|
145
145
|
app = await this.handleRequestErrors(async () => this.api.post({ adminPath: '/apps' }, { body }), () => spinner.fail('Error creating app'));
|
|
146
|
+
appCreated = true;
|
|
146
147
|
}
|
|
147
|
-
appCreated = true;
|
|
148
148
|
}
|
|
149
149
|
else if (app.id) {
|
|
150
150
|
spinner.start(`Updating app...`);
|
package/oclif.manifest.json
CHANGED