From 01c4090792f781074f5db320b229f0e6f7f08112 Mon Sep 17 00:00:00 2001 From: Joseph Date: Thu, 20 Dec 2018 22:18:18 +0300 Subject: [PATCH] Update README.md add build command before db:seed --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1eb8cc528..17a26caad 100644 --- a/README.md +++ b/README.md @@ -117,8 +117,10 @@ Optionally you can seed the GraphQL service by executing mutations that will write sample data to the database: ```bash +yarn run build yarn run db:seed # -or- +npm run build npm run db:seed ```