Skip to content
Snippets Groups Projects
Verified Commit cd91c6c9 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Install yarn packages in install-all

parent 411eb2a6
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ case "$1" in
remove_pip_metadata
poetry run ./manage.py migrate
poetry run ./manage.py compilemessages
poetry run ./manage.py yarn install
poetry run ./manage.py collectstatic --no-input
set +e
;;
......
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