Skip to content

Commit 37b184f

Browse files
committed
avoid clearing screen
1 parent cbff509 commit 37b184f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/dev.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ if (import.meta.main) {
2323
"--frozen",
2424
"--cached-only",
2525
"--watch",
26+
"--no-clear-screen",
2627
"./dictionary/watch.ts",
2728
],
2829
cwd: new URL("../", import.meta.url),

0 commit comments

Comments
 (0)