Minor README fix for build instructions. (#370)

This commit is contained in:
Kevin Hester
2023-02-17 14:10:03 -08:00
committed by GitHub
parent ac086cf59e
commit c6be8f6c14
+1
View File
@@ -93,6 +93,7 @@ Please consult [the wiki page regarding development](https://deckbrew.xyz/en/loa
1. Clone the repository using the latest commit to main before starting your PR. 1. Clone the repository using the latest commit to main before starting your PR.
1. In your clone of the repository, run these commands. 1. In your clone of the repository, run these commands.
```bash ```bash
cd frontend
pnpm i pnpm i
pnpm run build pnpm run build
``` ```