[
https://issues.apache.org/jira/browse/CB-9434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15228668#comment-15228668
]
ASF GitHub Bot commented on CB-9434:
------------------------------------
Github user omefire closed the pull request at:
https://github.com/apache/cordova-lib/pull/280
> 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: [email protected]
For additional commands, e-mail: [email protected]