diff --git a/package.json b/package.json index 13b09688..24cd8c95 100755 --- a/package.json +++ b/package.json @@ -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" diff --git a/release.sh b/release.sh index 2b0ee4ff..8be01698 100755 --- a/release.sh +++ b/release.sh @@ -17,7 +17,7 @@ TAG=$(git tag -a "$VERSION" -m "Releasing $VERSION") echo -e $TAG echo -e "git push" -#PUSH=$(git push) -#echo -e $PUSH +PUSH=$(git push) +echo -e $PUSH echo -e "\x1b[32;01m"Done!"\x1b[39;49;00m" \ No newline at end of file