自动排产

This commit is contained in:
Vergil
2020-04-20 09:36:01 +08:00
parent c7cf793be7
commit 2f5922ab01
2 changed files with 1937 additions and 7 deletions

View File

@@ -19,13 +19,13 @@ const versionRequirements = [
}
]
if (shell.which('npm')) {
versionRequirements.push({
name: 'npm',
currentVersion: exec('npm --version'),
versionRequirement: packageConfig.engines.npm
})
}
// if (shell.which('npm')) {
// versionRequirements.push({
// name: 'npm',
// currentVersion: exec('npm --version'),
// versionRequirement: packageConfig.engines.npm
// })
// }
module.exports = function() {
const warnings = []