Skip to content

Commit

Permalink
probably best to leave setting the timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr committed Mar 29, 2024
1 parent d289bc2 commit d5a5832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"lint": "yarn run --top-level eslint -c .eslintrc.js ",
"prepublish": "",
"prepack": "yarn run build && oclif manifest && oclif readme",
"test": "yarn jest --runInBand --forceExit --silent --detectOpenHandles"
"test": "TZ=UTC yarn jest --runInBand --forceExit --silent --detectOpenHandles"
},
"dependencies": {
"@celo/abis": "11.0.0",
Expand Down

0 comments on commit d5a5832

Please sign in to comment.