Updated build instructions to remove --prod

This commit is contained in:
Michael Shamoon
2023-01-03 08:17:12 -08:00
parent 24594d26c3
commit 32608166df
3 changed files with 3 additions and 3 deletions

View File

@@ -248,7 +248,7 @@ Testing and code style:
In order to build the front end and serve it as part of django, execute
```shell-session
$ ng build --prod
$ ng build --configuration production
```
This will build the front end and put it in a location from which the