@netlify/build-info
Advanced tools
Comparing version 7.11.3 to 7.11.4
@@ -34,3 +34,4 @@ import { gte } from 'semver'; | ||
if (outputPath) { | ||
this.build.directory = this.project.fs.join(outputPath, 'browser'); | ||
const usesApplicationBuilder = project?.architect?.build?.builder?.endsWith(':application'); | ||
this.build.directory = usesApplicationBuilder ? this.project.fs.join(outputPath, 'browser') : outputPath; | ||
} | ||
@@ -37,0 +38,0 @@ } |
{ | ||
"name": "@netlify/build-info", | ||
"version": "7.11.3", | ||
"version": "7.11.4", | ||
"description": "Build info utility", | ||
@@ -76,3 +76,3 @@ "type": "module", | ||
}, | ||
"gitHead": "38149ec7d75e04570da65c58c42ed04f11698491" | ||
"gitHead": "48233ae2f82661d3b5f877b9bf62869e6bfb3939" | ||
} |
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
314741
5766