Skip to content

Commit

Permalink
adding some start / stop commands to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
esatterwhite committed Dec 27, 2016
1 parent b6d9f89 commit 165a2e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
},
"scripts": {
"test": "mocha --recursive test/",
"start": "npm run compose:up",
"stop": "npm run compose:down",
"test:ci": "docker-compose -f compose/test.yml up --abort-on-container-exit --build",
"posttest:ci": "docker-compose -f compose/test.yml down",
"compose:up": "docker-compose -f compose/dev.yml up --build ",
Expand Down

0 comments on commit 165a2e9

Please sign in to comment.