mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
chore(build): awaiting on test task
This commit is contained in:
@ -129,7 +129,7 @@ function preparePackage(tasks, package, version, install) {
|
|||||||
});
|
});
|
||||||
projectTasks.push({
|
projectTasks.push({
|
||||||
title: `${pkg.name}: test`,
|
title: `${pkg.name}: test`,
|
||||||
task: () => execa('npm', ['test'], { cwd: projectRoot })
|
task: async () => await execa('npm', ['test'], { cwd: projectRoot })
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user