mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-07 12:51:28 +02:00
build all targets before test
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
nconf.set('theme_config', path.join(nconf.get('themes_path'), 'nodebb-theme-persona', 'theme.json'));
|
||||
nconf.set('bcrypt_rounds', 1);
|
||||
|
||||
require('../../build').buildTargets(['js', 'clientCSS', 'acpCSS', 'tpl'], next);
|
||||
require('../../build').buildAll(next);
|
||||
},
|
||||
function (next) {
|
||||
var webserver = require('../../src/webserver');
|
||||
|
||||
Reference in New Issue
Block a user