Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Nov 27, 2023
2 parents d4accf1 + 611862c commit fa05fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/ci.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ async function run() {
logger.info('For deployment demos, see https://unlighthouse.com/docs/deployment')
}
}
process.exit(0)
process.exit(hadError ? 1 : 0)
})
}

Expand Down

0 comments on commit fa05fac

Please sign in to comment.