From 46889caef5267c39186a92c460598e12ca745fc3 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Fri, 10 Nov 2023 13:01:44 +0000 Subject: [PATCH] Anoteh tweak --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 461d9cb..3773d86 100644 --- a/netlify.toml +++ b/netlify.toml @@ -5,6 +5,6 @@ restore_home_cache ".cache" "pip cache" && restore_cwd_cache '.venv' 'python virtualenv' && pip3 install -q poetry && poetry config virtualenvs.in-project true && -poetry install -v +poetry install -v && poetry run build """ \ No newline at end of file