fix: db.init calls

This commit is contained in:
Barış Soner Uşaklı
2019-10-04 00:38:59 -04:00
parent 0d629f0696
commit 18bf865d83
2 changed files with 12 additions and 4 deletions

View File

@@ -100,7 +100,9 @@ function beforeBuild(targets, callback) {
process.stdout.write(' started'.green + '\n'.reset);
async.series([
db.init,
function (next) {
db.init(next);
},
function (next) {
meta = require('../meta');
meta.themes.setupPaths(next);