@leverege/build-tools 2.85.0-beta.5 → 2.85.0-beta.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leverege/build-tools",
3
- "version": "2.85.0-beta.5",
3
+ "version": "2.85.0-beta.6",
4
4
  "description": "A collection of build / support tools for Leverege developers",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -255,6 +255,7 @@ if ( isNodeJsProject ) {
255
255
  }
256
256
 
257
257
  if ( isPythonProject ) {
258
+ log( `dockerInfo => ${JSON.stringify( dockerInfo, null, 2 )}` )
258
259
  log( `
259
260
  ${chalk.green.bold( 'Python Docker Information:' )}
260
261
  BaseImage: ${chalk.green.bold( dockerInfo.imageBase || `node:${dockerInfo.nodeimage}` )}