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

View File

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