Evert van der Horst

Results 3 comments of Evert van der Horst

Yeah that makes sense. Ticket numbers are indeed super helpful. Maybe the explanation of why something was done a certain way can be added to the body of the commit?...

I like `yarn dev` as it is one characters less than `yarn start` and it's already been used in most of the projects that I have worked on. It also...

I would suggest to also include `yarn deploy` for deployment to a configured deploy target. You could also do something like this to differentiate between environments: - `yarn deploy:dev` -...