mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 06:04:15 +00:00
Fix package.json script
This commit is contained in:
parent
f473b95396
commit
97903cf189
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"scripts": {
|
||||
"pypi": "addkeys.sh; npm-run-all -p vue-watch django-serve"
|
||||
"pypi": "python setup.py sdist upload"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue