mirror of
https://github.com/discourse/discourse.git
synced 2025-03-25 01:25:34 +08:00
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',
|
source: 'lodash.js',
|
||||||
destination: 'lodash.js'
|
destination: 'lodash.js'
|
||||||
}, {
|
}, {
|
||||||
source: 'moment-timezone-names-translations/locales/.',
|
source: '@discourse/moment-timezone-names-translations/locales/.',
|
||||||
destination: 'moment-timezone-names-locale'
|
destination: 'moment-timezone-names-locale'
|
||||||
}, {
|
}, {
|
||||||
source: 'workbox-sw/build/.',
|
source: 'workbox-sw/build/.',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user