From 17a937d52e7dc0a80351635cdbc218f35c2b05f0 Mon Sep 17 00:00:00 2001 From: Moroine Date: Mon, 23 Oct 2023 15:40:21 +0200 Subject: [PATCH] chore: ci 1 cpu --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fd449f0bc..0e0936e3e 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "release:interactive": "./.bin/mna-tdb release:interactive", "postinstall": "husky install", "talisman:add-exception": "yarn node-talisman --githook pre-commit -i", - "test": "cross-env NODE_NO_WARNINGS=1 NODE_OPTIONS=--experimental-vm-modules jest -w 50%", + "test": "cross-env NODE_NO_WARNINGS=1 NODE_OPTIONS=--experimental-vm-modules jest", "test:ci": "yarn test --ci -w 1", "test:watch": "yarn test --watch", "typecheck": "yarn foreach:parallel run typecheck",