### Verify canary release - [x] I verified that the issue exists in the latest Turborepo canary release. ### Link to code that reproduces this issue n/a ### Which canary version will you have in your reproduction? n/a ### Environment information ```block ``` ### Expected behavior AWS SAM CLI should work properly with the specified profile. ### Actual behavior When running AWS SAM CLI with options like `--profile default`, the following error occurs and the profile cannot be referenced: ``` Error: The config profile (default) could not be found ``` ### To Reproduce Add an AWS SAM project to a Turborepo child project, configure a script with the `--profile` option, and run it as a task. ### Additional context I have identified the cause and plan to create a pull request.