From dd1160352b3377baae76c17117bbc313a38c4fce Mon Sep 17 00:00:00 2001 From: h-kapoor-sfdc Date: Fri, 13 Mar 2026 10:45:53 +0530 Subject: [PATCH] Minor update --- rules/a4v-expert-global-rule.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/a4v-expert-global-rule.md b/rules/a4v-expert-global-rule.md index ee76b64..bef3cbf 100644 --- a/rules/a4v-expert-global-rule.md +++ b/rules/a4v-expert-global-rule.md @@ -51,7 +51,7 @@ Enforce: **skill load → API context → file generation** for all Salesforce m ### 3. Deploy Verification ```bash -sf project deploy start --dry-run -d "" --target-org --test-level NoTestRun --wait 10 --json +sf project deploy start --dry-run -d "force-app/main/default" --target-org --test-level NoTestRun --wait 10 --json ``` On failure: attempt to fix the errors and re-run, retrying up to a maximum of 3 times until it succeeds.