From bd59f916b0c6c3c047e2554b62c92be4070b0206 Mon Sep 17 00:00:00 2001 From: Toverto Date: Wed, 26 Dec 2018 16:19:40 +0100 Subject: [PATCH] Remove the build instruction for seeding the db in README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 17a26caad..1eb8cc528 100644 --- a/README.md +++ b/README.md @@ -117,10 +117,8 @@ 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 ```