View on GitHub

guides

Required yarn commands

Background

These commands will be used by different parts of the whole process - from CI, through actual servers running your app. Therefore it is vital they are being kept in ‘always working’ state.

Developing strictly in Docker helps to achieve this goal with next to no additional work, but as ‘build’ command triggers the ‘production’ pipeline - it’s important to test it as well after making any changes to the pipeline (webpack etc.).

Rules