@schandlergarcia/sf-web-components 1.9.16 → 1.9.17
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
|
@@ -42,9 +42,9 @@ removed=0
|
|
|
42
42
|
# If so, also clean up SFDX project root paths
|
|
43
43
|
SFDX_ROOT=""
|
|
44
44
|
if [[ "$ROOT" == */force-app/main/default/webapplications/* ]]; then
|
|
45
|
-
# Extract SFDX project root (go up
|
|
46
|
-
SFDX_ROOT="$(cd "$ROOT" && cd
|
|
47
|
-
echo " ℹ Detected SFDX project structure"
|
|
45
|
+
# Extract SFDX project root (go up 5 levels: webapp/webapplications/default/main/force-app)
|
|
46
|
+
SFDX_ROOT="$(cd "$ROOT" && cd ../../../../../ && pwd)"
|
|
47
|
+
echo " ℹ Detected SFDX project structure at $SFDX_ROOT"
|
|
48
48
|
fi
|
|
49
49
|
|
|
50
50
|
# Remove from src/pages/
|