Skip to content

Commit e46b7c1

Browse files
committed
Improve test:e2e
1 parent 155aeb2 commit e46b7c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ script:
1717
- yarn build
1818
- yarn tsc
1919
- yarn test:coverage
20-
- yarn test:e2e --concurrency 1
20+
- yarn test:e2e
2121

2222
after_success:
2323
- yarn add codecov --ignore-workspace-root-check

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"prepublishOnly": "lerna run prepublishOnly",
1616

1717
"test": "lerna run test --stream",
18-
"test:e2e": "lerna run test:e2e --stream",
18+
"test:e2e": "lerna run test:e2e --stream --concurrency 1",
1919
"test:coverage": "lerna run test:coverage --stream",
2020

2121
"tslint": "find . -name 'tsconfig.json' -not -path '*/node_modules/*' -print -exec tslint --config tslint.json --project '{}' \\;",

0 commit comments

Comments
 (0)