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
|
# Create notice files for dependencies
|
||||||
namespace :notice do
|
namespace :notice do
|
||||||
|
desc "generate NOTICE-ruby and NOTICE-js"
|
||||||
|
task :update => ['ruby:update', 'js:update']
|
||||||
namespace :ruby do
|
namespace :ruby do
|
||||||
require 'bundler'
|
require 'bundler'
|
||||||
require 'httparty'
|
require 'httparty'
|
||||||
|
|
Loading…
Reference in a new issue