From 4e611dec9333f0bbfa5b6a7b3a409f8e89b6a6b2 Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Mon, 19 Jul 2021 19:18:29 +0200 Subject: [PATCH] Run prettier --- tasks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.yml b/tasks.yml index d5a9a0a..3c1e2b5 100644 --- a/tasks.yml +++ b/tasks.yml @@ -38,7 +38,7 @@ PATH: '/home/{{ app_user }}/.local/bin:{{ poetry_user_path }}' - name: install project dependencies - command: + command: argv: - 'poetry install' - '--no-dev'