From ebdbe93b3de3471bc9a8a74ecb5428764063e658 Mon Sep 17 00:00:00 2001 From: Liran Tal Date: Wed, 22 Mar 2017 23:03:40 +0200 Subject: [PATCH] updating npm run scripts + README --- README.md | 2 +- package.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a247eeb20..67493f43f 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ npm install * Populate MongoDB with seed data required for the app * Run grunt task below to populate the DB with seed data required for the application. Pass the desired environment as argument. If not passed, "development" is the default: ``` -grunt db-reset:development +npm run db:seed ``` * Start server, this starts the NodeGoat application at url [http://localhost:4000/](http://localhost:4000/) ``` diff --git a/package.json b/package.json index e5b1fab5f..4217d7c4f 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,6 @@ "scripts": { "start": "node server.js", "test": "node node_modules/grunt-cli/bin/grunt test", - "db:reset": "grunt db-reset", "db:seed": "grunt db-reset:development" }, "devDependencies": {