Skip to content

Commit 66c7272

Browse files
committed
fix just setup
1 parent 1f7e161 commit 66c7272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Justfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default:
33

44
setup:
55
#!/usr/bin/env bash
6-
poetry install --group main
6+
poetry install --only main
77

88
dev:
99
#!/usr/bin/env bash

0 commit comments

Comments
 (0)