chore(): fix install

This commit is contained in:
Manu Mtz.-Almeida
2019-01-22 21:32:53 +01:00
parent 854e345088
commit 4b7c17a7e0

View File

@@ -90,7 +90,7 @@ async function askVersion() {
}
async function preparePackages(packages, version) {
async function preparePackages(packages, version, install) {
// execution order matters
const tasks = [];
@@ -103,7 +103,7 @@ async function preparePackages(packages, version) {
// add all the prepare scripts
// run all these tasks before updating package.json version
packages.forEach(package => {
common.preparePackage(tasks, package, version);
common.preparePackage(tasks, package, version, install);
});
// add update package.json of each project