Skip to content

Commit

Permalink
Set TZ for all scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Mukuthu committed Jul 28, 2016
1 parent b30ca02 commit 3a7d8b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"scripts": {
"lint": "eslint .",
"test": "TZ='Europe/Copenhagen' mocha test/**/*.js documentation/**/*.md && npm run lint",
"travis": "npm test && npm run coverage && (<coverage/lcov.info coveralls || true) && npm run generate-site",
"coverage": "NODE_ENV=development istanbul cover _mocha -- --reporter dot",
"generate-site": "generate-site --require ./bootstrap-unexpected-markdown.js",
"update-examples": "generate-site --require ./bootstrap-unexpected-markdown.js --update-examples"
"travis": "TZ='Europe/Copenhagen' npm test && npm run coverage && (<coverage/lcov.info coveralls || true) && npm run generate-site",
"coverage": "TZ='Europe/Copenhagen' NODE_ENV=development istanbul cover _mocha -- --reporter dot",
"generate-site": "TZ='Europe/Copenhagen' generate-site --require ./bootstrap-unexpected-markdown.js",
"update-examples": "TZ='Europe/Copenhagen' generate-site --require ./bootstrap-unexpected-markdown.js --update-examples"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3a7d8b7

Please sign in to comment.