mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
14 lines
422 B
Diff
14 lines
422 B
Diff
diff --git a/lib/discourse_js_processor.rb b/lib/discourse_js_processor.rb
|
|
index 3fee4259af9..53cc3107f46 100644
|
|
--- a/lib/discourse_js_processor.rb
|
|
+++ b/lib/discourse_js_processor.rb
|
|
@@ -111,8 +111,6 @@ class DiscourseJsProcessor
|
|
|
|
def self.generate_js_processor
|
|
Discourse::Utils.execute_command(
|
|
- "yarn",
|
|
- "--silent",
|
|
"esbuild",
|
|
"--log-level=warning",
|
|
"--bundle",
|