diff --git a/packages/e2e-tests/test-applications/create-remix-app/test-recipe.json b/packages/e2e-tests/test-applications/create-remix-app/test-recipe.json index dc16b21af54c..25ab76b0b134 100644 --- a/packages/e2e-tests/test-applications/create-remix-app/test-recipe.json +++ b/packages/e2e-tests/test-applications/create-remix-app/test-recipe.json @@ -1,6 +1,6 @@ { "$schema": "../../test-recipe-schema.json", "testApplicationName": "create-remix-app", - "buildCommand": "pnpm install && pnpm build", + "buildCommand": "pnpm install && pnpm build && pnpm start", "tests": [] }