Skip to content

Commit 6febfc5

Browse files
committed
chore(test): Add parallel option when running test:e2e tests
to make test results show
1 parent 0cafca0 commit 6febfc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"build": "lerna run --stream build",
2828
"package": "yarn build && ./scripts/copy-ui-files.sh && ./scripts/package.sh",
2929
"test": "lerna run --parallel test",
30-
"test:e2e": "yarn build && ./scripts/copy-ui-files.sh && lerna run test:e2e",
30+
"test:e2e": "yarn build && ./scripts/copy-ui-files.sh && lerna run --parallel test:e2e",
3131
"lint": "lerna run --stream lint",
3232
"postinstall": "lerna run rebuild:nativemodules",
3333
"db:migrate": "ts-node ./node_modules/.bin/typeorm migration:generate",

0 commit comments

Comments
 (0)