Skip to content

Commit 97903cf

Browse files
committed
Fix package.json script
1 parent f473b95 commit 97903cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"scripts": {
3-
"pypi": "addkeys.sh; npm-run-all -p vue-watch django-serve"
3+
"pypi": "python setup.py sdist upload"
44
}
55
}

0 commit comments

Comments
 (0)