Merge pull request #698 from cuttingedge1109/patch-1

fix: Fix typo in web build command in doc
This commit is contained in:
Lucas Smith
2023-12-01 15:06:36 +11:00
committed by GitHub

View File

@@ -240,7 +240,7 @@ Now you can install the dependencies and build it:
```
npm i
npm run:build:web
npm run build:web
npm run prisma:migrate-deploy
```