Update lint.sh (#6614)

This commit is contained in:
Eugenio Romano
2021-02-02 07:45:30 +00:00
committed by GitHub
parent 5600ef1718
commit bf66684662

View File

@@ -8,6 +8,11 @@ if grep "envalfresco" . -R --exclude-dir={node_modules,.history,.idea,scripts,di
exit 1
fi
if [ "$CI" == true ]; then
npm install --ignore-scripts
fi
nx affected:lint --parallel --all --maxParallel=9 && \
npm run lint-e2e && \
npm run stylelint && \