From bf2a80ee41e530a77f3c462fcfb3225d5345bddf Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 24 Jun 2020 16:05:28 -0500 Subject: [PATCH] Use the customized noticeme in notice:js tasks --- lib/tasks/notice.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/notice.rake b/lib/tasks/notice.rake index 7088d1b5..5c8a5e25 100644 --- a/lib/tasks/notice.rake +++ b/lib/tasks/notice.rake @@ -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