Comparing version 2.1.32 to 2.1.33
{ | ||
"name": "@vmm/cli", | ||
"version": "2.1.32", | ||
"version": "2.1.33", | ||
"description": "vmm cli interface", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -21,3 +21,2 @@ const fs = require('fs-extra') | ||
console.log('update html project:', modPkg.name) | ||
await updateHtmlProject(arg) | ||
if (arg.npm) { | ||
@@ -28,2 +27,3 @@ execSync("yarn upgrade -LE", { | ||
} | ||
await updateHtmlProject(arg) | ||
break; | ||
@@ -30,0 +30,0 @@ case 'service': |
@@ -272,8 +272,8 @@ const fs = require('fs-extra') | ||
async function updateHtmlProject(arg) { | ||
// yarn 更新版本包信息 | ||
if (arg.npm) { | ||
execSync(`yarn upgrade -LE`, { | ||
stdio: 'inherit' | ||
}) | ||
} | ||
// // yarn 更新版本包信息 | ||
// if (arg.npm) { | ||
// execSync(`yarn upgrade -LE`, { | ||
// stdio: 'inherit' | ||
// }) | ||
// } | ||
@@ -280,0 +280,0 @@ // 更新index.html |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52483