@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/CHANGELOG.md +12 -0
- package/index.js +0 -5
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/executors/tsup/executor.js +0 -5
- package/src/executors/tsup-browser/executor.js +0 -5
- package/src/executors/tsup-neutral/executor.js +0 -5
- package/src/executors/tsup-node/executor.js +0 -5
package/package.json
CHANGED
|
@@ -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
|
{
|