Skip to content
Snippets Groups Projects
Commit d8146c49 authored by David Trattnig's avatar David Trattnig
Browse files

chore: rm deprecatedflags, avoid overwrite

parent a71af686
No related branches found
No related tags found
No related merge requests found
...@@ -32,11 +32,11 @@ DOCKER_RUN = @docker run \ ...@@ -32,11 +32,11 @@ DOCKER_RUN = @docker run \
# Targets # Targets
init.app:: pyproject.toml init.app:: pyproject.toml
poetry install --without dev --extras "pgsql" poetry install
cp config/sample.engine-api.ini config/engine-api.ini cp -n config/sample.engine.ini config/engine.ini
init.dev:: pyproject.toml init.dev:: pyproject.toml
poetry install --extras "pgsql" poetry install --with dev
poetry run pre-commit autoupdate poetry run pre-commit autoupdate
poetry run pre-commit install poetry run pre-commit install
cp config/sample.engine-api.ini config/engine-api.ini cp config/sample.engine-api.ini config/engine-api.ini
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment