@vercel/build-utils
Advanced tools
Comparing version 2.3.2-canary.1 to 2.3.2-canary.2
@@ -38,3 +38,3 @@ "use strict"; | ||
if (isDev || skipDownload) { | ||
// In `now dev`, the `download()` function is a no-op because | ||
// In `vercel dev`, the `download()` function is a no-op because | ||
// the `basePath` matches the `cwd` of the dev server, so the | ||
@@ -41,0 +41,0 @@ // source files are already available. |
@@ -130,3 +130,3 @@ "use strict"; | ||
if (meta && meta.isDev) { | ||
// Use the system-installed version of `node` in PATH for `now dev` | ||
// Use the system-installed version of `node` in PATH for `vercel dev` | ||
const latest = node_version_1.getLatestNodeVersion(); | ||
@@ -215,3 +215,3 @@ return { ...latest, runtime: 'nodejs' }; | ||
command = 'yarn'; | ||
commandArgs = args.concat(['install', '--ignore-engines']); | ||
commandArgs = ['install', ...args]; | ||
} | ||
@@ -272,3 +272,3 @@ if (process.env.NPM_ONLY_PRODUCTION) { | ||
console.log(`Running "${prettyCommand}"`); | ||
await spawnAsync('yarn', ['--ignore-engines', 'run', scriptName], { | ||
await spawnAsync('yarn', ['run', scriptName], { | ||
...spawnOpts, | ||
@@ -275,0 +275,0 @@ cwd: destPath, |
@@ -101,3 +101,3 @@ /// <reference types="node" /> | ||
/** | ||
* Metadata related to the invoker of the builder, used by `now dev`. | ||
* Metadata related to the invoker of the builder, used by `vercel dev`. | ||
* Builders may use the properties on this object to change behavior based | ||
@@ -176,3 +176,3 @@ * on the build environment. | ||
/** | ||
* Process ID number of the dev server. Useful for the `now dev` server to | ||
* Process ID number of the dev server. Useful for the `vercel dev` server to | ||
* shut down the dev server once an HTTP request has been fulfilled. | ||
@@ -179,0 +179,0 @@ */ |
{ | ||
"name": "@vercel/build-utils", | ||
"version": "2.3.2-canary.1", | ||
"version": "2.3.2-canary.2", | ||
"license": "MIT", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.js", | ||
"homepage": "https://github.com/zeit/now/blob/master/DEVELOPING_A_RUNTIME.md", | ||
"homepage": "https://github.com/vercel/vercel/blob/master/DEVELOPING_A_RUNTIME.md", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/zeit/now.git", | ||
"url": "https://github.com/vercel/vercel.git", | ||
"directory": "packages/now-build-utils" | ||
@@ -50,3 +50,4 @@ }, | ||
"yazl": "2.4.3" | ||
} | ||
}, | ||
"gitHead": "081b3fd3db01ad2252036fb3a2503e14868103fe" | ||
} |
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
Mixed license
License(Experimental) Package contains multiple licenses.
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
1220731
59
30286
1