mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 18:17:31 +08:00
chore(scripts): comment out tests for release, remove core update
This commit is contained in:
@ -158,17 +158,11 @@ function preparePackage(tasks, package, version, install) {
|
|||||||
title: `${pkg.name}: lint`,
|
title: `${pkg.name}: lint`,
|
||||||
task: () => execa('npm', ['run', 'lint'], { cwd: projectRoot })
|
task: () => execa('npm', ['run', 'lint'], { cwd: projectRoot })
|
||||||
});
|
});
|
||||||
projectTasks.push({
|
// TODO will not work due to https://github.com/ionic-team/ionic/issues/20136
|
||||||
title: `${pkg.name}: test`,
|
// projectTasks.push({
|
||||||
task: async () => await execa('npm', ['test'], { cwd: projectRoot })
|
// title: `${pkg.name}: test`,
|
||||||
});
|
// task: async () => await execa('npm', ['test'], { cwd: projectRoot })
|
||||||
projectTasks.push({
|
// });
|
||||||
title: `${pkg.name}: update ionic/core dep to ${version}`,
|
|
||||||
task: () => {
|
|
||||||
updateDependency(pkg, '@ionic/core', version);
|
|
||||||
writePkg(package, pkg);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Build
|
// Build
|
||||||
|
Reference in New Issue
Block a user