mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/15515] update xo and run as npm test
PHPBB3-15515
This commit is contained in:
parent
09808ca16d
commit
60692a9ebe
1 changed files with 4 additions and 1 deletions
|
@ -18,5 +18,8 @@ then
|
|||
npm install -g > /dev/null
|
||||
npm install > /dev/null
|
||||
set -x
|
||||
npm run xo
|
||||
npm run xo "phpbb/adm/style/*.js"
|
||||
npm run xo "phpbb/assets/javascript/*.js"
|
||||
npm run xo "phpbb/style/all/js/*.js"
|
||||
npm run xo "phpbb/style/prosilver/template/*.js"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue