forked from CGM_Public/pretix_original
GitLab: Move npm install command
This commit is contained in:
@@ -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/*
|
||||||
|
|||||||
Reference in New Issue
Block a user