mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-18 16:11:06 +02:00
[ticket/14970] Also run stylelint against admin css
PHPBB3-14970
This commit is contained in:
@ -34,4 +34,6 @@ then
|
||||
npm install > /dev/null
|
||||
set -x
|
||||
stylelint --config ../.stylelintrc "styles/prosilver/theme/*.css"
|
||||
# Disable admin stylelint for now
|
||||
# stylelint --config ../.stylelintrc "adm/style/*.css"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user