Skip to content

Commit

Permalink
updating npm run scripts + README
Browse files Browse the repository at this point in the history
  • Loading branch information
lirantal committed Mar 22, 2017
1 parent fbf0e05 commit ebdbe93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
```
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit ebdbe93

Please sign in to comment.