Commit 3256f6f4 authored by Phil Hughes's avatar Phil Hughes

Compile JS lang files before webpack compile

Closes #35615
parent eb9ca0e7
......@@ -4,6 +4,7 @@ namespace :gitlab do
task compile: [
'yarn:check',
'rake:assets:precompile',
'gettext:po_to_json',
'webpack:compile',
'fix_urls'
]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment