1
0
Fork 0
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:
Hayden 2022-12-29 15:21:48 -08:00 committed by GitHub
parent 81e0c56484
commit 3ae72cfda1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 1568 additions and 1620 deletions

View file

@ -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 ..