Skip to content

Commit b2428ed

Browse files
committed
fix: update
1 parent 7dbe917 commit b2428ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/cli/commands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export function runCli(): void {
6969

7070
await build(rslibConfig, options);
7171

72-
if (options?.watch) {
72+
if (options.watch) {
7373
watchFilesForRestart([filePath], async () => {
7474
await cliBuild();
7575
});

0 commit comments

Comments
 (0)