From 31a3fb9ecd5897a126b57188420eb1a034b5b20c Mon Sep 17 00:00:00 2001 From: Bonnie Date: Fri, 5 Jul 2024 13:32:24 +0800 Subject: [PATCH] Fix nonce issue when run integration test --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5d995aea..f27634e6 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "build": "turbo run build", "lint": "turbo run lint", "fix": "turbo run fix", - "test": "turbo run test --no-cache", + "test": "turbo run test --no-cache --concurrency=1", "prepare": "husky install" }, "devDependencies": {