Skip to content

Commit f397742

Browse files
Add Powershell support to justfile
1 parent 82ebd22 commit f397742

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog
33
=========
44

5+
latest
6+
----------------
7+
8+
* Improve contribution experience for Windows developers using Just.
9+
510
3.14 (2025-12-10)
611
-----------------
712

justfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,4 +169,6 @@ full-check:
169169
@just lint
170170
@just build-docs
171171
@just test-all
172-
@echo '👍 {{GREEN}} Linting, docs and tests all good.{{NORMAL}}'
172+
@echo '👍 {{GREEN}} Linting, docs and tests all good.{{NORMAL}}'
173+
174+
set windows-shell := ["powershell.exe", "-NoProfile", "-NoLogo", "-Command"]

0 commit comments

Comments
 (0)