From 06435776a161b41e7c9b85189026fef321f05b13 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sat, 15 Jan 2022 17:00:32 +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 79e9a1a0..2f04153c 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "scripts": { "update-codes": "node scripts/update-codes.js", "act": "act workflow_dispatch -W .github/workflows/auto-update.yml --artifact-server-path ./.artifacts", - "test": "jest" + "test": "npx jest --runInBand" }, "private": true, "author": "Arhey",