Skip to content

Commit

Permalink
check if CI catches error
Browse files Browse the repository at this point in the history
  • Loading branch information
nrkruk committed Nov 20, 2024
1 parent 845e58c commit ca6c859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/lightning/dev/site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default class LightningDevSite extends SfCommand<void> {
// Start the dev server
const port = parseInt(process.env.PORT ?? '3000', 10);
const startupParams: LocalDevOptions = {
sfCLI: true,
sfCli: true,
authToken,
open: true,
port,
Expand Down

0 comments on commit ca6c859

Please sign in to comment.