From 4fb548665718374bc9b4db133fcd1c33204f2466 Mon Sep 17 00:00:00 2001 From: bill-auger Date: Sun, 25 Feb 2018 09:29:08 -0500 Subject: housekeeping --- build.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 2f3ebd9..05ca638 100755 --- a/build.sh +++ b/build.sh @@ -1,3 +1,7 @@ +PATH=$PATH:./node_modules/.bin +which browserify > /dev/null || (echo "can not find browserify" && false) || exit + + # Build the main file browserify main_background.js -o bundle.js @@ -23,4 +27,3 @@ cd ../ rm -r ./build_temp # change the zip file to a xpi file that can be uploaded mv librejs.zip librejs.xpi - -- cgit v1.2.3