mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(): fix install
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user