@devicecloud.dev/dcd 0.0.2 → 0.0.3
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.
- package/dist/commands/cloud.js +2 -1
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/dist/commands/cloud.js
CHANGED
|
@@ -411,7 +411,8 @@ class Cloud extends core_1.Command {
|
|
|
411
411
|
(0, cli_ux_1.info)('\n');
|
|
412
412
|
clearInterval(intervalId);
|
|
413
413
|
if (updatedResults.some((result) => result.status === 'FAILED')) {
|
|
414
|
-
|
|
414
|
+
// eslint-disable-next-line no-process-exit, unicorn/no-process-exit
|
|
415
|
+
process.exit(2);
|
|
415
416
|
}
|
|
416
417
|
}
|
|
417
418
|
}, 5000);
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -72,9 +72,9 @@
|
|
|
72
72
|
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
|
|
73
73
|
"version": "oclif readme && git add README.md"
|
|
74
74
|
},
|
|
75
|
-
"version": "0.0.
|
|
75
|
+
"version": "0.0.3",
|
|
76
76
|
"bugs": {
|
|
77
|
-
"url": "https://discord.gg/
|
|
77
|
+
"url": "https://discord.gg/gm3mJwcNw8"
|
|
78
78
|
},
|
|
79
79
|
"keywords": [
|
|
80
80
|
"devicecloud",
|