From b665711646010d7af49e9a95feb79da335925cb8 Mon Sep 17 00:00:00 2001 From: Aaron Dodson Date: Tue, 7 Apr 2026 14:04:07 -0700 Subject: [PATCH] chore: Remove the build size check from `npm run test` (#9689) --- packages/blockly/scripts/gulpfiles/test_tasks.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/blockly/scripts/gulpfiles/test_tasks.mjs b/packages/blockly/scripts/gulpfiles/test_tasks.mjs index 37f988444..5d2b0dc56 100644 --- a/packages/blockly/scripts/gulpfiles/test_tasks.mjs +++ b/packages/blockly/scripts/gulpfiles/test_tasks.mjs @@ -394,7 +394,6 @@ const tasks = [ // Build must run before the remaining tasks build, renamings, - metadata, mocha, generators, node,