Skip to content

Commit

Permalink
Add more platforms to missing check rake task
Browse files Browse the repository at this point in the history
Related to librariesio#1904
  • Loading branch information
andrew committed Feb 7, 2018
1 parent 7c9c54b commit 27b05d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/tasks/projects.rake
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,9 @@ namespace :projects do
desc 'Download missing packages'
task download_missing: :environment do
exit if ENV['READ_ONLY'].present?
['Atom', 'Cargo', 'CocoaPods', 'NPM', 'CPAN', 'CRAN', 'Elm', 'Hackage', 'Haxelib',
'Hex', 'Packagist', 'Rubygems'].each do |platform|
['Alcatraz', 'Atom', 'Bower', 'Cargo', 'Clojars', 'CocoaPods', 'CPAN', 'CRAN',
'Dub', 'Elm', 'Emacs', 'Hackage', 'Haxelib', 'Hex', 'Homebrew', 'Inqlude',
'Julia', 'NPM', 'Packagist', 'Pypi', 'Rubygems'].each do |platform|
"PackageManager::#{platform}".constantize.import_new_async
end
end
Expand Down

0 comments on commit 27b05d2

Please sign in to comment.