[ADF-4612] fix linting on npm-build-all script (#4778)

This commit is contained in:
Suzana Dirla
2019-05-24 14:39:03 +03:00
committed by Denys Vuika
parent 65ceaee910
commit 215f8106ca

View File

@@ -120,8 +120,8 @@ done
cd "$DIR/../"
if [[ EXECLINT == "true" ]]; then
npm run lint-lib || exit 1
if $EXECLINT == true; then
./scripts/lint.sh || exit 1;
fi
if $EXEC_CLEAN == true; then