[ 
https://issues.apache.org/jira/browse/CB-9434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire resolved CB-9434.
-----------------------------
    Resolution: Won't Fix

> 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
>            Assignee: Omar Mefire
>            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: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to