notice:update task will update both notices
This commit is contained in:
parent
1962b0796c
commit
9edd913af7
1 changed files with 2 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue