ui_migration build(ci) added package and ci commands for stylelint --max-warnings=0 and --fix

This commit is contained in:
Antonio Anaya 2026-05-07 08:00:56 -06:00
parent c7a49ffe0e
commit caf2157c04
2 changed files with 4 additions and 1 deletions

View file

@ -158,6 +158,7 @@ eslint:
script:
# Build JS application for production
- npm run lint
- npm run lint:style
# Build JS app
build: