From ffb51e40ae1ee1b0c0eeba4a9fe72ce3fec1f85a Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 28 Aug 2017 11:28:21 -0400 Subject: [pkg] bitmask-js package --- ui/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/Makefile') 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: -- cgit v1.2.3