From 29e601c13a6914c04a09cbff498143af40dffbfe Mon Sep 17 00:00:00 2001 From: Jarek Radosz Date: Sat, 26 Feb 2022 02:06:12 +0100 Subject: [PATCH] DEV: Fix the javascript:update rake task (#16057) The source of the moment tz name package has changed in #15761 --- lib/tasks/javascript.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/javascript.rake b/lib/tasks/javascript.rake index b7751a4962..4a5d5cd6fb 100644 --- a/lib/tasks/javascript.rake +++ b/lib/tasks/javascript.rake @@ -114,7 +114,7 @@ def dependencies source: 'lodash.js', destination: 'lodash.js' }, { - source: 'moment-timezone-names-translations/locales/.', + source: '@discourse/moment-timezone-names-translations/locales/.', destination: 'moment-timezone-names-locale' }, { source: 'workbox-sw/build/.',