Skip to content

Commit

Permalink
feat(package): add start:mongo convenience script
Browse files Browse the repository at this point in the history
  • Loading branch information
Awk34 committed Oct 12, 2017
1 parent 9b6f9f7 commit 101f567
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/app/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@
"update-webdriver": "node node_modules/protractor/bin/webdriver-manager update",
<%_ } else { -%>
"update-webdriver": "node node_modules/grunt-protractor-runner/node_modules/protractor/bin/webdriver-manager update",
<%_ } -%>
<%_ } -%><% if(filters.mongo) { %>
"start:mongo": "docker run --rm -d -p 27017:27017 --name mongo mongo",<% } %>
"start": "node server"
},
"private": true
Expand Down

0 comments on commit 101f567

Please sign in to comment.