From eede30b87ff6514cbeb2aa8a4dae39eb7fa71afc Mon Sep 17 00:00:00 2001 From: Darnell Andries Date: Fri, 23 Jan 2026 11:00:59 -0800 Subject: [PATCH] Add `--ninja` option to `npm run test` (#33379) --- build/commands/scripts/commands.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build/commands/scripts/commands.js b/build/commands/scripts/commands.js index e722d2e9068..0b549116119 100644 --- a/build/commands/scripts/commands.js +++ b/build/commands/scripts/commands.js @@ -414,6 +414,12 @@ program 'platform to use for ios simulator', 'iPhone 17', ) + .option( + '--ninja ', + 'Additional Ninja command-line options, in the form :', + collect, + [], + ) .option( '--ios_simulator_version ', 'ios version for simulator',