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 ...@@ -29,8 +29,7 @@ venv: .venv/bin/python
install: venv install: venv
${VENV}/bin/pip install -r requirements/base.txt -r requirements/production.txt ${VENV}/bin/pip install -r requirements/base.txt -r requirements/production.txt
${VENV}/bin/nodeenv --python-virtualenv --node=19.3.0 npm install
${VENV}/bin/npm install
install-hooks: install-hooks:
pre-commit install --install-hooks pre-commit install --install-hooks
...@@ -39,7 +38,7 @@ hooks: ...@@ -39,7 +38,7 @@ hooks:
pre-commit run -a pre-commit run -a
build: venv build: venv
${VENV}/bin/npm run build npm run build
${VENV}/bin/python manage.py collectstatic --noinput --settings=${SETTINGS} ${VENV}/bin/python manage.py collectstatic --noinput --settings=${SETTINGS}
run: venv run: venv
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment