GitLab: Move npm install command

This commit is contained in:
Raphael Michel
2021-03-31 14:35:29 +02:00
parent 1a9769ea8c
commit 847190e0fe

View File

@@ -24,11 +24,11 @@ pypi:
- XDG_CACHE_HOME=/cache pip3 install -Ur src/requirements.txt -r src/requirements/dev.txt
- cd src
- python setup.py sdist
- make npminstall
- pip install dist/pretix-*.tar.gz
- python -m pretix migrate
- python -m pretix check
- check-manifest
- make npminstall
- python setup.py sdist bdist_wheel
- twine check dist/*
- twine upload dist/*