Hi, I’ve encountered the same issue as here <https...
# contribute
a
Hi, I’ve encountered the same issue as here https://github.com/pulumi/pulumi-gcp/issues/148 and solved the issue. Unfortunately, I couldn’t run checks using gitpod. Is there another quick option? Or can I just make a pull request? My solution: https://github.com/pjbizon/pulumi-gcp/tree/cloud-functions-ts-allow-extraIncludePaths
e
Feel free to just open a pull request, the CI will run the checks for you. If you want to run them locally and have vscode and docker installed there is a devcontainer file set up, it might work better than the gitpod file.
a
Thanks, I’ve opened PR