mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Update lint.sh (#6614)
This commit is contained in:
@@ -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 && \
|
||||
|
Reference in New Issue
Block a user