eddev 0.2.25 → 0.2.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -284,7 +284,7 @@ function updatePackages(dir) {
|
|
|
284
284
|
return __awaiter(this, void 0, void 0, function () {
|
|
285
285
|
var proc;
|
|
286
286
|
return __generator(this, function (_c) {
|
|
287
|
-
proc = (0, child_process_1.spawn)("npm
|
|
287
|
+
proc = (0, child_process_1.spawn)("npm", ["install"], {
|
|
288
288
|
cwd: dir,
|
|
289
289
|
});
|
|
290
290
|
(_a = proc.stdout) === null || _a === void 0 ? void 0 : _a.pipe(process.stdout);
|