Skip to content

Commit

Permalink
[pgb] patch nohooks support
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Willoughby committed Jul 13, 2017
1 parent 23480e5 commit 11deacd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cordova-lib/src/plugman/plugman.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ plugman.commands = {
searchpath: cli_opts.searchpath,
link: cli_opts.link,
projectRoot: cli_opts.project,
force: cli_opts.force || false
force: cli_opts.force || false,
nohooks: cli_opts.nohooks || false
};
var p = Q();
cli_opts.plugin.forEach(function (pluginSrc) {
Expand Down

0 comments on commit 11deacd

Please sign in to comment.