Frank J. Gómez created CB-9434:
----------------------------------

             Summary: before_build hook does not fire on run
                 Key: CB-9434
                 URL: https://issues.apache.org/jira/browse/CB-9434
             Project: Apache Cordova
          Issue Type: Bug
          Components: CLI
    Affects Versions: 5.1.1
            Reporter: Frank J. Gómez
            Priority: Minor


Steps to reproduce:

* Create hooks/before_build/010_test.js. Have it simply output some text to the 
console.
* Do: {noformat}cordova build <platform>{noformat} The expected text is present.
* Do: {noformat}cordova run <platform>{noformat} My expectation is that the 
text would be outputted, since "run" is more or less a wrapper around 
"prepare," "build," and some other commands. However, the text is not outputted.

Workaround:
* Do: {noformat}cordova build <platform>{noformat} The hook runs, and the app 
is built.
* Do: {noformat}cordova run <platform> --nobuild{noformat} The app built in the 
previous step is deployed to the phone/emulator.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to