diff --git a/package.json b/package.json index 606f107b84..f1030111a7 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ ], "scripts": { "build": "turbo run build", - "dev": "turbo run dev --parallel", + "dev": "turbo run dev --filter=dicty-frontpage --filter=stock-center --filter=publication --parallel", "dev:mock": "turbo run dev:mock --filter dicty-frontpage", "test": "turbo run test", "test:watch": "turbo run test:watch",