Comparing version 2.1.29 to 2.1.30
{ | ||
"name": "@vmm/cli", | ||
"version": "2.1.29", | ||
"version": "2.1.30", | ||
"description": "vmm cli interface", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -272,5 +272,7 @@ const fs = require('fs-extra') | ||
// yarn 更新版本包信息 | ||
execSync(`yarn upgrade -LE`, { | ||
stdio: 'inherit' | ||
}) | ||
if (arg.npm) { | ||
execSync(`yarn upgrade -LE`, { | ||
stdio: 'inherit' | ||
}) | ||
} | ||
@@ -277,0 +279,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
52342
1041