Updated build order.

This commit is contained in:
Mike Cao 2022-06-22 09:34:03 -07:00
parent 3c1308890a
commit 50aa26e3fc
1 changed files with 6 additions and 6 deletions

View File

@ -53,18 +53,18 @@ The `HASH_SALT` is used to generate unique values for your installation.
This will also create a login account with username **admin** and password **umami**.
### Create database tables
```bash
yarn update-db
```
### Build the application
```bash
yarn build
```
### Create database tables
```bash
yarn update-db
```
### Start the application
```bash