Closed tinesoft closed 1 day ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
CI is running/has finished running commands for commit c01e67614c7c0d14b4b36ad3a43428d2d41a7f30. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.
📂 See all runs for this CI Pipeline Execution
Sent with 💌 from NxCloud.
Current Behavior
CreateWorkspaceOptions
that is exposed via thecreate-nx-workspace
package, https://github.com/nrwl/nx/blob/a0d760f7902b09eb2cf77f0cd83e2157669c794d/packages/create-nx-workspace/src/create-workspace-options.ts#L7has a field named
NxCloud
that only contains the following types:, https://github.com/nrwl/nx/blob/1c2ae37b6e7c9e58dbdf10dc8cd614dcb5886178/packages/create-nx-workspace/src/utils/nx/nx-cloud.ts#L5while more CI providers are in fact supported by the underlying code (see
NxCloudChoices
array inab-testing.ts
):https://github.com/nrwl/nx/blob/a0d760f7902b09eb2cf77f0cd83e2157669c794d/packages/create-nx-workspace/src/utils/nx/ab-testing.ts#L5
Expected Behavior
Align the type of
NxCloud
to match all supported values fromNxCloudChoices
Related Issue(s)
Fixes #