summaryrefslogtreecommitdiff
path: root/ui/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ui/Makefile')
-rw-r--r--ui/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/Makefile b/ui/Makefile
index 218192f2..423eff76 100644
--- a/ui/Makefile
+++ b/ui/Makefile
@@ -38,8 +38,8 @@ python-package-local: clean pydist-build
pydist-build: make-init
- npm install
- npm run build:production
+ http_proxy= /usr/bin/npm install
+ http_proxy= /usr/bin/npm run build:production
cd pydist && python setup.py bdist_wheel
pydist-upload: