File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dev-%: install
51
51
# Prepare the development environment.
52
52
# Install the package in editable mode with all optional dependencies and pre-commit hook.
53
53
dev : install
54
- pdm install --lockfile pdm.dev.lock
54
+ pdm install --lockfile pdm.dev.lock --no-default --dev
55
55
if [ " $( CI) " != " true" ] && command -v pre-commit > /dev/null 2>&1 ; then pre-commit install; fi
56
56
57
57
# Lock both prod and dev dependencies.
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ dev-%: install
55
55
# Prepare the development environment.
56
56
# Install the package in editable mode with all optional dependencies and pre-commit hook.
57
57
dev: install
58
- pdm install --lockfile pdm.dev.lock
58
+ pdm install --lockfile pdm.dev.lock --no-default --dev
59
59
if [ "$(CI)" != "true" ] && command -v pre-commit > /dev/null 2>&1 ; then pre-commit install; fi
60
60
61
61
# Lock both prod and dev dependencies.
You can’t perform that action at this time.
0 commit comments