Run prettier
This commit is contained in:
parent
8ba7267ad3
commit
4e611dec93
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
||||||
PATH: '/home/{{ app_user }}/.local/bin:{{ poetry_user_path }}'
|
PATH: '/home/{{ app_user }}/.local/bin:{{ poetry_user_path }}'
|
||||||
|
|
||||||
- name: install project dependencies
|
- name: install project dependencies
|
||||||
command:
|
command:
|
||||||
argv:
|
argv:
|
||||||
- 'poetry install'
|
- 'poetry install'
|
||||||
- '--no-dev'
|
- '--no-dev'
|
||||||
|
|
|
||||||
Reference in a new issue