[ticket/15515] update xo and run as npm test

PHPBB3-15515
This commit is contained in:
hanakin 2020-04-21 16:49:33 -10:00
parent 09808ca16d
commit 60692a9ebe

View file

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