From 2b7673ad5d95f63b3e251f08f6141f82447d0e23 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Tue, 24 Jan 2017 11:42:49 -0800 Subject: [PATCH] Fixing pypi_push.sh --- pypi_push.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) mode change 100644 => 100755 pypi_push.sh diff --git a/pypi_push.sh b/pypi_push.sh old mode 100644 new mode 100755 index cec2839df17c2..1c15cdd0667c7 --- a/pypi_push.sh +++ b/pypi_push.sh @@ -1,8 +1,7 @@ # first bump up package.json manually, commit and tag rm superset/assets/dist/* cd superset/assets/ -rm build/* -npm run prod +npm run build cd ../.. python setup.py sdist upload