We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 900b5a5 commit 3cd0bb0Copy full SHA for 3cd0bb0
package.json
@@ -11,7 +11,7 @@
11
"lint": "npx lerna run lint",
12
"lint:staged": "eslint",
13
"test": "npx lerna run test -- --passWithNoTests",
14
- "test:ci": "npx lerna run test -- --passWithNoTests --forceExit",
+ "test:ci": "npx lerna run test --concurrency=1 -- --passWithNoTests --forceExit",
15
"test:integration": "npx lerna run test:integration -- --passWithNoTests --forceExit",
16
"test:watch": "npx lerna run test:watch",
17
"migrate": "npx lerna run prisma-migrate",
0 commit comments