Skip to content

Commit

Permalink
Fix nonce issue when run integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
bonnie57 committed Jul 5, 2024
1 parent 63571f3 commit 31a3fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 31a3fb9

Please sign in to comment.