Skip to content

Commit

Permalink
do not call start
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Jul 11, 2023
1 parent 6465578 commit de0b926
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"$schema": "../../test-recipe-schema.json",
"testApplicationName": "create-remix-app",
"buildCommand": "pnpm install && pnpm build && pnpm start",
"buildTimeoutSeconds": 600,
"buildCommand": "pnpm install && pnpm build",
"tests": []
}

0 comments on commit de0b926

Please sign in to comment.