@payfit/nx-core 5.16.10-ephemeral-test-parallel-release.2 → 5.16.10-ephemeral-test-parallel-release.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -82,7 +82,7 @@ const runExecutor = async (options, context) => {
|
|
|
82
82
|
projects: changedProjects,
|
|
83
83
|
dryRun,
|
|
84
84
|
verbose: options.verbose,
|
|
85
|
-
parallel: '
|
|
85
|
+
parallel: '4',
|
|
86
86
|
groups: options.groups,
|
|
87
87
|
tag: isPreRelease ? 'ephemeral' : undefined,
|
|
88
88
|
// You can optionally pass through the version data (e.g. if you are using a custom publish executor that needs to be aware of versions)
|