mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4612] fix linting on npm-build-all script (#4778)
This commit is contained in:
committed by
Denys Vuika
parent
65ceaee910
commit
215f8106ca
@@ -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
|
||||
|
Reference in New Issue
Block a user