Use the customized noticeme in notice:js tasks

This commit is contained in:
Eric 2020-06-24 16:05:28 -05:00 committed by Eric Schultz
parent b0fdf4bb5e
commit bf2a80ee41

View file

@ -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