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 ...@@ -4,6 +4,7 @@ namespace :gitlab do
task compile: [ task compile: [
'yarn:check', 'yarn:check',
'rake:assets:precompile', 'rake:assets:precompile',
'gettext:po_to_json',
'webpack:compile', 'webpack:compile',
'fix_urls' '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