From 9edd913af7caea6b38617d3c1d1cbcea0b87d0d4 Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 11 Jun 2020 16:19:42 -0500 Subject: [PATCH] notice:update task will update both notices --- lib/tasks/notice.rake | 2 ++ 1 file changed, 2 insertions(+) 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'