@vercel/build-utils
Advanced tools
Comparing version 2.9.1-canary.6 to 2.9.1-canary.7
@@ -37,4 +37,4 @@ "use strict"; | ||
assert_1.default(stat, `statCache does not contain value for ${relativePath} (resolved to ${fsPath})`); | ||
if (stat.isFile()) { | ||
const isSymlink = options.symlinks[fsPath]; | ||
const isSymlink = options.symlinks[fsPath]; | ||
if (isSymlink || stat.isFile()) { | ||
if (isSymlink) { | ||
@@ -41,0 +41,0 @@ stat = await fs_extra_1.lstat(fsPath); |
@@ -13,3 +13,2 @@ "use strict"; | ||
const util_1 = require("util"); | ||
const os_1 = require("os"); | ||
const errors_1 = require("../errors"); | ||
@@ -240,10 +239,3 @@ const node_version_1 = require("./node-version"); | ||
const opts = { ...spawnOpts, cwd: destPath, prettyCommand: 'bundle install' }; | ||
await spawnAsync('bundle', args.concat([ | ||
'install', | ||
'--no-prune', | ||
'--retry', | ||
'3', | ||
'--jobs', | ||
String(os_1.cpus().length || 1), | ||
]), opts); | ||
await spawnAsync('bundle', args.concat(['install']), opts); | ||
} | ||
@@ -250,0 +242,0 @@ exports.runBundleInstall = runBundleInstall; |
{ | ||
"name": "@vercel/build-utils", | ||
"version": "2.9.1-canary.6", | ||
"version": "2.9.1-canary.7", | ||
"license": "MIT", | ||
@@ -53,3 +53,3 @@ "main": "./dist/index.js", | ||
}, | ||
"gitHead": "f7f81fb89665f535a421cfb6c3fcc59527c0d6ad" | ||
"gitHead": "978485818a3ca5f8de401bded9172028e0332984" | ||
} |
Sorry, the diff of this file is too big to display
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
1301917
31618