mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-05 21:45:25 +02:00
chore: fix poetry breaking changes (#1921)
* poetry stop breaking my things * bump poetry version * drop dependabot
This commit is contained in:
parent
81e0c56484
commit
3ae72cfda1
5 changed files with 1568 additions and 1620 deletions
2
makefile
2
makefile
|
@ -36,7 +36,7 @@ code-gen: ## 🤖 Run Code-Gen Scripts
|
|||
|
||||
.PHONY: setup
|
||||
setup: ## 🏗 Setup Development Instance
|
||||
poetry install && \
|
||||
poetry install --with main,dev && \
|
||||
cd frontend && \
|
||||
yarn install && \
|
||||
cd ..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue