1
0
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:
Marc Alexander
2017-03-07 21:14:28 +01:00
parent 54d60dc8b1
commit 0097a575ec

@ -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