Steps to build master from fresh cloned repo
- git checkout master
- yarn
- yarn build
- PR Comments should adhere to Conventional Commits
Note: You can use the command npm run commit
and follow the prompts to create a commit message which conforms to the standard (or just type it the old fashioned way - easier).