@vercel/redwood
Advanced tools
Comparing version 0.7.1-canary.0 to 0.7.1-canary.1
@@ -57,6 +57,3 @@ "use strict"; | ||
else { | ||
console.log('Installing dependencies...'); | ||
const installTime = Date.now(); | ||
await build_utils_1.runNpmInstall(entrypointFsDirname, [], spawnOpts, meta, nodeVersion); | ||
build_utils_1.debug(`Install complete [${Date.now() - installTime}ms]`); | ||
} | ||
@@ -63,0 +60,0 @@ if (meta.isDev) { |
{ | ||
"name": "@vercel/redwood", | ||
"version": "0.7.1-canary.0", | ||
"version": "0.7.1-canary.1", | ||
"main": "./dist/index.js", | ||
@@ -29,5 +29,5 @@ "license": "MIT", | ||
"@types/semver": "6.0.0", | ||
"@vercel/build-utils": "2.15.2-canary.0" | ||
"@vercel/build-utils": "2.15.2-canary.1" | ||
}, | ||
"gitHead": "e7f524defba3bbf2db750dea3235e6699584c424" | ||
"gitHead": "71b83d5587b549a1458697b50596a5534cb783d3" | ||
} |
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
22887
244