Build it with Git hooks
1 min readJun 19, 2020
I have noticed when software engineer joins, he starts learning system that builds a product. Initially he spends much time with it and hardly spend anytime on actual product.
For a team maintaining build script, it will be difficult to add or remove parameters that to be used to build product.
To address above problems I used git hooks. Here is a complete blog
Try it and let me know. Hope this helps you too :-)