enablement-build-monorepo-version 1.0.10 → 1.0.12
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/index.mjs +1 -0
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -237,6 +237,7 @@ async function main(options) {
|
|
|
237
237
|
}));
|
|
238
238
|
});
|
|
239
239
|
|
|
240
|
+
console.log(`FOLDERS WHAT - ${JSON.stringify(changedFolders)}`);
|
|
240
241
|
if(changedFolders.length>0) {
|
|
241
242
|
console.log(`FOLDERS CHANGED - ${JSON.stringify(changedFolders)}`);
|
|
242
243
|
changedFolders.map((packageFolder)=>{
|