Use the customized noticeme in notice:js tasks
This commit is contained in:
parent
b0fdf4bb5e
commit
bf2a80ee41
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ namespace :notice do
|
|||
namespace :js do
|
||||
require 'fileutils'
|
||||
def get_notice_js
|
||||
raise "NOTICE-js could not be retrieved from Clearlydefined.io" unless system('yarn noticeme')
|
||||
raise "NOTICE-js could not be retrieved from Clearlydefined.io" unless system('npx noticeme@https://github.com/houdiniproject/noticeme')
|
||||
File.read('NOTICE')
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue