We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f7e161 commit 66c7272Copy full SHA for 66c7272
Justfile
@@ -3,7 +3,7 @@ default:
3
4
setup:
5
#!/usr/bin/env bash
6
- poetry install --group main
+ poetry install --only main
7
8
dev:
9
0 commit comments