We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64755fa commit 89170a7Copy full SHA for 89170a7
Rakefile
@@ -872,8 +872,9 @@ namespace :all do
872
desc 'File updates for versions and metadata'
873
task :update, [:channel] do |_task, arguments|
874
args = arguments[:channel] ? ['--', "--chrome_channel=#{arguments[:channel].capitalize}"] : []
875
- Bazel.execute('run', args, '//scripts:pinned_browsers')
876
Bazel.execute('run', args, '//scripts:update_cdp')
+ Bazel.execute('run', args, '//scripts:pinned_browsers')
877
+ Bazel.execute('run', args, '//scripts:selenium_manager')
878
Rake::Task['java:dependencies'].invoke
879
Rake::Task['authors'].invoke
880
Rake::Task['copyright:update'].invoke
0 commit comments