自动排产

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')) { // if (shell.which('npm')) {
versionRequirements.push({ // versionRequirements.push({
name: 'npm', // name: 'npm',
currentVersion: exec('npm --version'), // currentVersion: exec('npm --version'),
versionRequirement: packageConfig.engines.npm // versionRequirement: packageConfig.engines.npm
}) // })
} // }
module.exports = function() { module.exports = function() {
const warnings = [] const warnings = []

File diff suppressed because it is too large Load Diff