diff options
Diffstat (limited to 'ui/Makefile')
| -rw-r--r-- | ui/Makefile | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/ui/Makefile b/ui/Makefile index 63ed82e..594e2e3 100644 --- a/ui/Makefile +++ b/ui/Makefile @@ -24,6 +24,9 @@ dist-build: build-clean make-init  	npm run build:production  	cd pydist && python setup.py bdist_wheel +dist-upload: +	cd pydist && python setup.py sdist upload -r pypi +  dist-install: dist-build  	pip install pydist/dist/*.whl | 
