Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.

Commit

Permalink
npm script for getting Up logs // #52
Browse files Browse the repository at this point in the history
  • Loading branch information
lourot committed Jul 13, 2018
1 parent 1832e00 commit 1ca5cee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion reframe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"start": "reframe server",
"local": "reframe start",
"warmup": "curl -s --output /dev/null https://ghuser.io && curl -s --output /dev/null https://www.ghuser.io",
"deploy": "reframe build && rm -rf dist/previous/ && ./up && ./up production && ./up stack status && npm run warmup"
"deploy": "reframe build && rm -rf dist/previous/ && ./up && ./up production && ./up stack status && npm run warmup",
"_comment": "staging and production logs:",
"logs": "./up logs --since=20m"
},
"dependencies": {
"@brillout/fetch": "^0.1.0",
Expand Down

0 comments on commit 1ca5cee

Please sign in to comment.