mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/15515] calll xo explicitly
PHPBB3-15515
This commit is contained in:
@@ -18,8 +18,8 @@ then
|
||||
npm install -g > /dev/null
|
||||
npm install > /dev/null
|
||||
set -x
|
||||
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"
|
||||
node_modules/xo/cli.js "phpBB/adm/style/*.js"
|
||||
node_modules/xo/cli.js "phpBB/assets/javascript/*.js"
|
||||
node_modules/xo/cli.js "phpBB/style/all/js/*.js"
|
||||
node_modules/xo/cli.js "phpBB/style/prosilver/template/*.js"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user