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 155aeb2 commit e46b7c1Copy full SHA for e46b7c1
.travis.yml
@@ -17,7 +17,7 @@ script:
17
- yarn build
18
- yarn tsc
19
- yarn test:coverage
20
- - yarn test:e2e --concurrency 1
+ - yarn test:e2e
21
22
after_success:
23
- yarn add codecov --ignore-workspace-root-check
package.json
@@ -15,7 +15,7 @@
15
"prepublishOnly": "lerna run prepublishOnly",
16
"test": "lerna run test --stream",
- "test:e2e": "lerna run test:e2e --stream",
+ "test:e2e": "lerna run test:e2e --stream --concurrency 1",
"test:coverage": "lerna run test:coverage --stream",
"tslint": "find . -name 'tsconfig.json' -not -path '*/node_modules/*' -print -exec tslint --config tslint.json --project '{}' \\;",
0 commit comments