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 74fee86 commit 24097a4Copy full SHA for 24097a4
package.json
@@ -46,7 +46,7 @@
46
"site:prod": "yarn site:build && yarn site:serve",
47
"site:serve": "yarn workspace site serve --host 0.0.0.0 --port 3000",
48
"start": "yarn workspace start dev",
49
- "test": "yarn turbo:run test",
+ "test": "yarn turbo:run test --concurrency=3",
50
"test-ios": "./scripts/test-ios.sh",
51
"test-ios:run": "yarn workspaces foreach --exclude vxrn-monorepo -A run test-ios",
52
"test-macos": "yarn workspaces foreach -A run test-macos",
0 commit comments