fix: reset should not automatically build assets

This commit is contained in:
Julian Lam
2019-08-21 15:17:36 -04:00
parent cdccc64653
commit a67762bc32

View File

@@ -246,11 +246,7 @@ resetCommand
return process.exit(1);
}
require('../meta/build').buildAll(function (err) {
if (err) { throw err; }
process.exit();
});
process.exit(0);
});
});