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 Dec 4, 2023
1 parent f7a5a09 commit 4f0c410
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: /compiled/i,
preview: /(Local:|Preview server)/i,
build: /Pages rendered/,
};
Expand Down

0 comments on commit 4f0c410

Please sign in to comment.