You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2019/06/29 16:16:13 UTC

[cordova-paramedic] 02/02: output where building would make sense

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-split_build_and_run
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git

commit f526e5f3397499e81d53a4d7d987606014eff8b5
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Sat Jun 29 18:15:59 2019 +0200

    output where building would make sense
---
 lib/paramedic.js | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lib/paramedic.js b/lib/paramedic.js
index 171d274..6c7129a 100644
--- a/lib/paramedic.js
+++ b/lib/paramedic.js
@@ -89,6 +89,9 @@ class ParamedicRunner {
 
                     logger.normal('Start running tests at ' + (new Date()).toLocaleTimeString());
                 }
+            })
+            .then(() => {
+                logger.info("TODO Build app here");
                 // run tests
                 return this.runTests();
             })


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org