Skip to content
Snippets Groups Projects
Commit 0747467d authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

move away from nodeenv

parent d5da3ef1
No related branches found
No related tags found
No related merge requests found
Pipeline #12357 passed
......@@ -29,8 +29,7 @@ venv: .venv/bin/python
install: venv
${VENV}/bin/pip install -r requirements/base.txt -r requirements/production.txt
${VENV}/bin/nodeenv --python-virtualenv --node=19.3.0
${VENV}/bin/npm install
npm install
install-hooks:
pre-commit install --install-hooks
......@@ -39,7 +38,7 @@ hooks:
pre-commit run -a
build: venv
${VENV}/bin/npm run build
npm run build
${VENV}/bin/python manage.py collectstatic --noinput --settings=${SETTINGS}
run: venv
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment