Skip to content

Commit a07f267

Browse files
committed
build: Ensure local setup always includes fastapi extra
1 parent c73dcac commit a07f267

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ _install-pre-commit:
1919
#!powershell.exe
2020
Write-Host "Please ensure pre-commit hooks are installed using 'pre-commit install --install-hooks'"
2121

22-
install: (poetry "install") && _install-pre-commit
22+
install: (poetry "install" "-E" "fastapi") && _install-pre-commit
2323

24-
update: (poetry "install")
24+
update: (poetry "install" "-E" "fastapi")
2525

2626
poetry *args:
2727
poetry {{args}}

0 commit comments

Comments
 (0)