From 1b8185ba59a470204e90add8e422f8217a8531d1 Mon Sep 17 00:00:00 2001 From: Priscila Oliveira Date: Sun, 23 Jul 2023 22:01:38 +0200 Subject: [PATCH] ref(remix-2e2): Update recipe test build command --- .../test-applications/create-remix-app/test-recipe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": [] }