diff --git a/package.json b/package.json index ad88d56e160e..2ad40d4dca14 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "postinstall": "patch-package", "prettify": "prettier . --write --ignore-unknown", "test": "turbo test", - "test:ci": "turbo test:ci --filter=wrangler --filter=pages-shared", + "test:ci": "turbo test:ci", "test:watch": "turbo test:watch", "type:tests": "turbo type:tests" },