Allow standard linux path in sfdx-project.json
if path contains "./force-app" a bug appears, if we write "force-app" it works. so first one should work to
Repro step :
{
"packageDirectories": [{
"path": "./force-app",
"default": true
}],
"namespace": "",
"sfdcLoginUrl": "https://test.salesforce.com",
"sourceApiVersion": "48.0"
}
Result :
Comparision failed
Expected Result:
Comparision Ok
2
votes
Alexis Rafesthain
shared this idea
-
Eric Kintzer commented
all the trailhead examples for sfdx use the ./ notation