mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/14970] Also run stylelint against admin css
PHPBB3-14970
This commit is contained in:
parent
54d60dc8b1
commit
0097a575ec
1 changed files with 2 additions and 0 deletions
|
@ -34,4 +34,6 @@ then
|
||||||
npm install > /dev/null
|
npm install > /dev/null
|
||||||
set -x
|
set -x
|
||||||
stylelint --config ../.stylelintrc "styles/prosilver/theme/*.css"
|
stylelint --config ../.stylelintrc "styles/prosilver/theme/*.css"
|
||||||
|
# Disable admin stylelint for now
|
||||||
|
# stylelint --config ../.stylelintrc "adm/style/*.css"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue