Releasing 3.4.5

This commit is contained in:
James Barnsley
2017-09-21 09:25:25 +12:00
parent 818dab34d4
commit ce3aeace26
2 changed files with 2 additions and 3 deletions

View File

@ -42,7 +42,6 @@
},
"scripts": {
"build": "./build.sh",
"test": "./build.sh && ./release.sh",
"dev": "./build.sh && NODE_ENV=development webpack --watch",
"prod": "./build.sh && NODE_ENV=development webpack && NODE_ENV=production webpack",
"release": "./build.sh && NODE_ENV=production webpack && NODE_ENV=development webpack && python setup.py sdist upload -r pypi && ./release.sh"