Add powershell to justfile
This commit is contained in:
parent
974253b262
commit
89b75a2c54
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
|
@ -1,4 +1,4 @@
|
||||||
# use bash
|
set windows-shell := ["powershell.exe", "-NoLogo", "-Command"]
|
||||||
set shell := ["bash", "-c"]
|
set shell := ["bash", "-c"]
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue