Skip to content

Commit

Permalink
Move apply_patches from hooks to sync.js
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdh committed Mar 28, 2019
1 parent e1833b0 commit e4cfdc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,7 @@ if (updatedVersion || program.init || program.run_sync) {
}

if (updatedVersion || program.init || program.run_hooks) {
const core_dir = config.projects['brave-core'].dir
util.run('python', [path.join(core_dir, 'script', 'apply-patches.py')])
util.gclientRunhooks()
}

0 comments on commit e4cfdc6

Please sign in to comment.