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:
parent
baa4bcda23
commit
29e601c13a
|
@ -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/.',
|
||||
|
|
Loading…
Reference in New Issue