Fix package.json script

This commit is contained in:
Michael Shepanski 2019-11-11 20:22:29 -05:00
parent f473b95396
commit 97903cf189

View file

@ -1,5 +1,5 @@
{
"scripts": {
"pypi": "addkeys.sh; npm-run-all -p vue-watch django-serve"
"pypi": "python setup.py sdist upload"
}
}