We've discovered something that has become a major part of our culture overnight π€―
We've added @loom videos to our workflow & our entire @contrahq is hyppppped π₯
CONTINUE READING πππ
If there is one thing I miss about working in an office, it is the moments that we share when we achieve milestones. π
Text cannot communicate the same emotions β€οΈ that are seen in our faces and voices when we've _just_ hit a milestone π & turn to our buddies to celebrate π
The playbook is simple: Any time you achieve a milestone, capture what you were just excited to take off your TODO, do it in one go and share it with the team.
precommit and prepush #git hooks are used to catch issues before they are pushed upstream.
* precommit runs only on staged files (takes few seconds)
* prepush runs #eslint#typescript and unit tests (takes up to 20 seconds)
Every time a commit is pushed:
1) We build a #docker image & bundle cypress and other development dependencies. This allows us to run all subsequent tasks using the same Docker image.