From 9a2e721ffafec76e79d9ca585957c842e7f5cfcd Mon Sep 17 00:00:00 2001 From: gsxdsm Date: Fri, 5 Jun 2026 09:13:02 -0700 Subject: [PATCH] chore(test): fold gate guard scripts into test:gate (pnpm pre-scripts not relied on in CI) --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index def9829cae..24269b677d 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,7 @@ "scripts": { "pretest": "node scripts/check-no-nohup.mjs && node scripts/check-no-kill-4040.mjs", "pretest:full": "node scripts/check-no-nohup.mjs && node scripts/check-no-kill-4040.mjs", - "pretest:gate": "node scripts/check-no-nohup.mjs && node scripts/check-no-kill-4040.mjs", - "test:gate": "pnpm --filter @fusion/engine test:core && pnpm --filter @runfusion/fusion test:ci-shape", + "test:gate": "node scripts/check-no-nohup.mjs && node scripts/check-no-kill-4040.mjs && pnpm --filter @fusion/engine test:core && pnpm --filter @runfusion/fusion test:ci-shape", "smoke:boot": "node scripts/boot-smoke.mjs", "local": "node scripts/start-local.mjs", "dev": "node scripts/dev-with-memory.mjs",