@storm-software/workspace-tools 1.49.29 → 1.49.30

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": "@storm-software/workspace-tools",
3
- "version": "1.49.29",
3
+ "version": "1.49.30",
4
4
  "private": false,
5
5
  "description": "⚡ A Nx plugin package that contains various executors and generators used in a Storm workspaces.",
6
6
  "keywords": [
@@ -115896,11 +115896,6 @@ ${(0, import_node_fs5.readFileSync)(file, "utf-8")}`,
115896
115896
  if (outputPath.startsWith("/")) {
115897
115897
  outputPath = outputPath.substring(1);
115898
115898
  }
115899
- outputPath = (0, import_devkit3.joinPathFragments)(
115900
- options.outputPath,
115901
- "dist",
115902
- outputPath.includes("/") ? outputPath.substring(0, outputPath.lastIndexOf("/")) : ""
115903
- );
115904
115899
  writeInfo(config, `*** Build output path: ${outputPath} ***`);
115905
115900
  return runTsupBuild(
115906
115901
  {
@@ -115926,11 +115926,6 @@ ${(0, import_node_fs5.readFileSync)(file, "utf-8")}`,
115926
115926
  if (outputPath.startsWith("/")) {
115927
115927
  outputPath = outputPath.substring(1);
115928
115928
  }
115929
- outputPath = (0, import_devkit3.joinPathFragments)(
115930
- options.outputPath,
115931
- "dist",
115932
- outputPath.includes("/") ? outputPath.substring(0, outputPath.lastIndexOf("/")) : ""
115933
- );
115934
115929
  writeInfo(config, `*** Build output path: ${outputPath} ***`);
115935
115930
  return runTsupBuild(
115936
115931
  {
@@ -115926,11 +115926,6 @@ ${(0, import_node_fs5.readFileSync)(file, "utf-8")}`,
115926
115926
  if (outputPath.startsWith("/")) {
115927
115927
  outputPath = outputPath.substring(1);
115928
115928
  }
115929
- outputPath = (0, import_devkit3.joinPathFragments)(
115930
- options.outputPath,
115931
- "dist",
115932
- outputPath.includes("/") ? outputPath.substring(0, outputPath.lastIndexOf("/")) : ""
115933
- );
115934
115929
  writeInfo(config, `*** Build output path: ${outputPath} ***`);
115935
115930
  return runTsupBuild(
115936
115931
  {
@@ -115926,11 +115926,6 @@ ${(0, import_node_fs5.readFileSync)(file, "utf-8")}`,
115926
115926
  if (outputPath.startsWith("/")) {
115927
115927
  outputPath = outputPath.substring(1);
115928
115928
  }
115929
- outputPath = (0, import_devkit3.joinPathFragments)(
115930
- options.outputPath,
115931
- "dist",
115932
- outputPath.includes("/") ? outputPath.substring(0, outputPath.lastIndexOf("/")) : ""
115933
- );
115934
115929
  writeInfo(config, `*** Build output path: ${outputPath} ***`);
115935
115930
  return runTsupBuild(
115936
115931
  {