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 8697f4f commit 146b693Copy full SHA for 146b693
package.json
@@ -10,7 +10,7 @@
10
"link:yarn": "lerna run --stream --concurrency 1 link:yarn",
11
"lint": "lerna run --stream --concurrency 1 lint",
12
"lint:json": "lerna run --stream --concurrency 1 lint:tslint:json",
13
- "test": "lerna run --stream --concurrency 1 --sort --scope @sentry/apm test -- --detectOpenHandles",
+ "test": "lerna run --stream --concurrency 1 --sort --scope @sentry/apm test -- --runInBand --detectOpenHandles",
14
"codecov": "codecov"
15
},
16
"volta": {
0 commit comments