Skip to content

Commit 3a208b5

Browse files
committed
chore(just): add wpm target
1 parent 20817b0 commit 3a208b5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

justfile

+4-1
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,14 @@ copy-target target:
3939
copy-targets *targets:
4040
"{{ targets }}" -split ' ' | ForEach-Object { just copy-target $_ }
4141

42+
wpm target:
43+
just build-target {{ target }} && wpmctl stop {{ target }}; just copy-target {{ target }} && wpmctl start {{ target }}
44+
4245
copy:
4346
just copy-targets komorebic komorebic-no-console komorebi komorebi-bar komorebi-gui
4447

4548
run target:
46-
cargo +stable run --bin {{ target }} --locked --profile dev-jeezy
49+
cargo +stable run --bin {{ target }} --locked
4750

4851
warn target $RUST_LOG="warn":
4952
just run {{ target }}

0 commit comments

Comments
 (0)