fix: Fix typo in web build command in doc

This commit is contained in:
cuttingedge1109 2023-11-29 20:06:25 +01:00 committed by GitHub
parent dad56b4929
commit 35d0fed8b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
```