Deployment checks20210727 ☕ 5 min read
Deployment
Notes
Github Pages require we use a
/docsdir for our output.next exportoutputs to an/out/dir.I move it after a successful export, and add a
.nojekyllfile to prevent ignoring underscored files.
Known issues
- JS errors due to using
<table/>tags in<p/>tags
What to do to deploy site
- Clean it -
yarn clean - Re pull it -
yarn - Lint it
yarn lint - Synk it
yarn test - Check pages
- Run the app with
yarn dev - Check all links work with no 404's
- Check all pages work with no JS errors.
- export using
yarn export - commit changes in git