Skip to content

Commit 99d39c5

Browse files
committed
make install now installs dev dependencies aswell.
1 parent 0e55dd5 commit 99d39c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.DEFAULT_GOAL := help
33

44
install: ## Create environment and install dependencies
5-
pipenv --three && pipenv install --deploy
5+
pipenv --three && pipenv sync --dev
66

77
env: ## Run pipenv shell
88
pipenv shell

0 commit comments

Comments
 (0)