There was an error while loading. Please reload this page.
1 parent 3e7b93e commit dd11603Copy full SHA for dd11603
1 file changed
rules/a4v-expert-global-rule.md
@@ -51,7 +51,7 @@ Enforce: **skill load → API context → file generation** for all Salesforce m
51
52
### 3. Deploy Verification
53
```bash
54
-sf project deploy start --dry-run -d "<path>" --target-org <alias> --test-level NoTestRun --wait 10 --json
+sf project deploy start --dry-run -d "force-app/main/default" --target-org <alias> --test-level NoTestRun --wait 10 --json
55
```
56
On failure: attempt to fix the errors and re-run, retrying up to a maximum of 3 times until it succeeds.
57
0 commit comments