From 34ad37fb507deb72226dfcbde16e31348f9e86b3 Mon Sep 17 00:00:00 2001 From: canove Date: Thu, 24 Sep 2020 15:56:58 -0300 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27c87b1..df22fd1 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ Install backend dependencies, build app, run migrations and seeds: ```bash npm install -npm build +npm run build npx sequelize db:migrate npx sequelize db:seed:all ``` @@ -203,7 +203,7 @@ Install backend dependencies, build app, run migrations and seeds: ```bash cd whaticket/backend npm install -npm build +npm run build npx sequelize db:migrate npx sequelize db:seed:all ```