From 35d0fed8b3a277b11570e818d8238a49b80e9e77 Mon Sep 17 00:00:00 2001 From: cuttingedge1109 <53085803+cuttingedge1109@users.noreply.github.com> Date: Wed, 29 Nov 2023 20:06:25 +0100 Subject: [PATCH] fix: Fix typo in web build command in doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96dfbd603..89f44a926 100644 --- a/README.md +++ b/README.md @@ -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 ```