Skip to content

Commit adbb4eb

Browse files
committed
fix a run script
1 parent f4ad609 commit adbb4eb

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

src/scripts/g-tmux.sh

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,8 @@ sleep 2
1212
tmux send-keys -t mysession:1 'pnpm database' C-m
1313

1414
if [ -n "$NO_RSPACK_DEV_SERVER" ]; then
15-
sleep 2
16-
tmux send-keys -t mysession:2 'pnpm rspack' C-m
17-
18-
else
19-
20-
# no longer needed, due to using rspack for nextjs
21-
#sleep 2
22-
#tmux send-keys -t mysession:2 '$PWD/scripts/memory_monitor.py' C-m
15+
sleep 2
16+
tmux send-keys -t mysession:2 'pnpm rspack' C-m
2317
fi
2418

2519
tmux attach -t mysession:1

0 commit comments

Comments
 (0)