diff --git a/packages/replay-internal/package.json b/packages/replay-internal/package.json index 624ec4722d2f..e56337e6c0f6 100644 --- a/packages/replay-internal/package.json +++ b/packages/replay-internal/package.json @@ -52,7 +52,7 @@ "fix:eslint": "eslint . --format stylish --fix", "fix:biome": "biome check --apply .", "lint": "eslint . --format stylish", - "test": "vitest", + "test": "vitest run", "test:watch": "vitest --watch", "yalc:publish": "yalc publish --push --sig" },