We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cafca0 commit 6febfc5Copy full SHA for 6febfc5
package.json
@@ -27,7 +27,7 @@
27
"build": "lerna run --stream build",
28
"package": "yarn build && ./scripts/copy-ui-files.sh && ./scripts/package.sh",
29
"test": "lerna run --parallel test",
30
- "test:e2e": "yarn build && ./scripts/copy-ui-files.sh && lerna run test:e2e",
+ "test:e2e": "yarn build && ./scripts/copy-ui-files.sh && lerna run --parallel test:e2e",
31
"lint": "lerna run --stream lint",
32
"postinstall": "lerna run rebuild:nativemodules",
33
"db:migrate": "ts-node ./node_modules/.bin/typeorm migration:generate",
0 commit comments