Validate config improvements (#6837)

* validate config

* fix

* fix
This commit is contained in:
Eugenio Romano
2021-03-22 14:02:05 +00:00
committed by GitHub
parent 5c55c7ed13
commit d35ba2eedb
3 changed files with 18 additions and 20 deletions

View File

@@ -12,4 +12,5 @@ nx affected:lint --parallel --all --maxParallel=9 && \
npm run lint-e2e && \
npm run stylelint && \
npm run spellcheck && \
npm run license-checker
npm run license-checker && \
npm run validate-config