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

chore(make): init cache dir if not existing

parent 07bb021b
No related branches found
No related tags found
1 merge request!20Preparations for ORM-less scheduling
...@@ -50,12 +50,14 @@ DOCKER_RUN = @docker run \ ...@@ -50,12 +50,14 @@ DOCKER_RUN = @docker run \
init.app:: pyproject.toml init.app:: pyproject.toml
poetry install poetry install
cp -n config/sample.engine.ini config/engine.ini cp -n config/sample.engine.ini config/engine.ini
mkdir -p .cache
init.dev:: pyproject.toml init.dev:: pyproject.toml
poetry install --with dev 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 -n config/sample.engine.ini config/engine.ini cp -n config/sample.engine.ini config/engine.ini
mkdir -p .cache
lint:: lint::
poetry run python3 -m flake8 . poetry run python3 -m flake8 .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment