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

[CI] Add webpack steps to tox commands

parent b232ffaf
No related branches found
No related tags found
1 merge request!1045Introduce Vuetify and GraphQL
Pipeline #81932 failed
......@@ -10,7 +10,9 @@ skip_install = true
envdir = {toxworkdir}/globalenv
commands_pre =
poetry install -E ldap
poetry run aleksis-admin yarn install
poetry run yarnpkg install
poetry run aleksis-admin write_webpack_entrypoints
poetry run yarnpkg run webpack
poetry run aleksis-admin collectstatic --no-input
commands =
poetry run pytest --cov=. {posargs} aleksis/
......
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