GitLab: Move npm install command

This commit is contained in:
Raphael Michel
2021-03-31 14:35:29 +02:00
parent ceae4b50b9
commit 05932495f0

View File

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