DEV: Fix the javascript:update rake task (#16057)

The source of the moment tz name package has changed in #15761
This commit is contained in:
Jarek Radosz 2022-02-26 02:06:12 +01:00 committed by GitHub
parent baa4bcda23
commit 29e601c13a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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/.',