fix linux build script

- Remove check for packages build
This commit is contained in:
Vishwas Shashidhar 2019-08-29 11:28:32 +05:30
parent 877ed17315
commit 82cfbb1de0

View File

@ -15,11 +15,6 @@ if ! [ -x "$(command -v npm)" ]; then
exit 1
fi
if ! [ -x "$(command -v /usr/local/bin/packagesbuild)" ]; then
echo 'Packages build does not exist! Please set it up before running this script!' >&2
exit 1
fi
if ! [ -x "$(command -v gulp)" ]; then
echo 'Gulp does not exist! Install it for setting expiry!' >&2
exit 1