Skip to content

Commit

Permalink
ci(e2e): adjust dev command marker
Browse files Browse the repository at this point in the history
  • Loading branch information
10Derozan committed Nov 30, 2023
1 parent e4329b6 commit 5aae052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/utils/runCommands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export async function runCommand(
async function handleStdout(data) {
const message = data.toString();
const bootupMarkers = {
dev: /Local:/i,
dev: /Client compiled/i,
preview: /(Local:|Preview server)/i,
build: /Pages rendered/,
};
Expand Down

0 comments on commit 5aae052

Please sign in to comment.