@netlify/build-info
Advanced tools
Comparing version 7.7.3 to 7.7.4
@@ -84,2 +84,5 @@ import { NPM_BUILD_SCRIPTS, NPM_DEV_SCRIPTS } from '../get-commands.js'; | ||
return 8000; | ||
// some targets like run command don't have an executor | ||
case undefined: | ||
return null; | ||
default: | ||
@@ -149,2 +152,6 @@ this.project.report({ | ||
return; | ||
case 'nx:run-commands': | ||
case undefined: | ||
// some targets like run command don't have an executor | ||
return; | ||
default: | ||
@@ -151,0 +158,0 @@ this.project.report({ |
{ | ||
"name": "@netlify/build-info", | ||
"version": "7.7.3", | ||
"version": "7.7.4", | ||
"description": "Build info utility", | ||
@@ -76,3 +76,3 @@ "type": "module", | ||
}, | ||
"gitHead": "8ef136a291cebc832ea84ec8326dd3c9cade6663" | ||
"gitHead": "a9c6b1395091aee39c6634f0df41299b73e7628a" | ||
} |
Sorry, the diff of this file is not supported yet
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
307192
5698