This commit is contained in:
2017-06-30 23:33:56 +02:00
parent 2d34e3e9eb
commit 270ff4bb40
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ const npmciMods = require("../npmci.mods");
let npmDependencies = () => __awaiter(this, void 0, void 0, function* () {
plugins.beautylog.info('now installing dependencies:');
if (yield npmci_bash_1.yarnAvailable.promise) {
yield npmci_bash_1.bash('yarn upgrade');
yield npmci_bash_1.bash('yarn install');
}
else {
yield npmci_bash_1.bash('npm install');