Skip to content

Commit 479e65e

Browse files
committed
.tmuxp.yaml(chore): Update to use just commands
why: Align development workflow with new justfile what: - Replace make commands with just equivalents - Update shell commands to use just test, just start, etc.
1 parent 088ef61 commit 479e65e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.tmuxp.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ windows:
1111
panes:
1212
- focus: true
1313
- pane
14-
- make watch_mypy
15-
- make watch_test
14+
- just watch-mypy
15+
- just watch-test
1616
- window_name: docs
1717
layout: main-horizontal
1818
options:
@@ -22,4 +22,4 @@ windows:
2222
- focus: true
2323
- pane
2424
- pane
25-
- make start
25+
- just start

0 commit comments

Comments
 (0)