From 3a73cfc1f7287570ad193cb8bdcb3e293c1cffc8 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Tue, 10 May 2022 16:01:09 +0300 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 02305f71..23ef3f09 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "readme:update": "node scripts/commands/readme/update.js", "test": "npx jest --runInBand", "test:commands": "npx jest --runInBand -- commands", - "test:sites": "npx jest --runInBand -- sites", + "test:sites": "TZ=UTC npx jest --runInBand -- sites", "act:test": "act workflow_dispatch -W .github/workflows/_test.yml", "act:check": "act workflow_dispatch -W .github/workflows/_check.yml", "act:update-readme": "act workflow_dispatch -W .github/workflows/_update-readme.yml",