updated build script

This commit is contained in:
Kasra Bigdeli
2020-07-03 08:43:14 -04:00
parent 17690b40fe
commit 960a1670f7

View File

@@ -16,10 +16,6 @@ if [ ! -f ./package-lock.json ]; then
exit 1;
fi
# if ! [ $(id -u) = 0 ]; then
# echo "Must run as sudo or root"
# exit 1
# fi
# BRANCH=$(git rev-parse --abbrev-ref HEAD)
# On Github the line above does not work, instead: