Skip to content

Commit 7e6938b

Browse files
committed
chore: use Windows PowerShell to run recipes on Windows
1 parent f98d9b9 commit 7e6938b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

justfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
set windows-shell := ["powershell.exe", "-NoLogo", "-Command"]
2+
13
# List recipes
24
default:
35
@just --list

0 commit comments

Comments
 (0)