1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-29 10:39:19 +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
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

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