@storm-software/workspace-tools 1.177.0 → 1.177.1

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## 1.177.1 (2024-09-08)
2
+
3
+ ### Bug Fixes
4
+
5
+ - **workspace-tools:** Added additional logging to Rollup options
6
+ ([2f542ce8](https://github.com/storm-software/storm-ops/commit/2f542ce8))
7
+
1
8
  ## 1.177.0 (2024-09-08)
2
9
 
3
10
  ### Features
package/index.js CHANGED
@@ -331627,6 +331627,7 @@ ${Object.keys(options).map(
331627
331627
  ${formatLogMessage2(result)}`,
331628
331628
  config
331629
331629
  );
331630
+ console.error(result);
331630
331631
  throw new Error(`The ${name} executor failed to run`, {
331631
331632
  cause: result?.error
331632
331633
  });