Chandan GowdaOriginal post
Rank 2: Process
I have to deploy and then set the build commands on my own. This takes a lot of time while developing and smoke testing the function.
Summary
Cloud function build commands are not set by default. The solution is to add the build commands in the `commands` parameter in the appwrite.json file. This will save time as it will automatically install the required dependencies.