This commit is contained in:
jgart 2022-03-17 03:13:53 -04:00 committed by GitHub
parent f80d3ea4b2
commit 7e00649bda
Failed to generate hash of commit

View file

@ -51,7 +51,7 @@ application.
## Deploying
- On each commit to `main` branch a GitHub Action is trigger.
- On each commit to `main` branch a GitHub Action is triggered.
- GitHub Action then builds production version of the web application using
`yarn prod` command.
- The built web application (in `./dist`) is then deployed to Netlify.