chore(test): fold gate guard scripts into test:gate (pnpm pre-scripts not relied on in CI)

This commit is contained in:
gsxdsm
2026-06-05 09:13:02 -07:00
parent 93b6a33c07
commit 9a2e721ffa

View File

@@ -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",