diff --git a/lib/tasks/notice.rake b/lib/tasks/notice.rake index 94f060e3..d6b61a9d 100644 --- a/lib/tasks/notice.rake +++ b/lib/tasks/notice.rake @@ -2,6 +2,8 @@ # Create notice files for dependencies namespace :notice do + desc "generate NOTICE-ruby and NOTICE-js" + task :update => ['ruby:update', 'js:update'] namespace :ruby do require 'bundler' require 'httparty'