Skip to content

Commit

Permalink
fix(misc): fix cloud setup
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed Aug 2, 2024
1 parent 2ec2564 commit 12402d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/workspace/src/generators/new/new.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export async function newGenerator(tree: Tree, opts: Schema) {
const options = normalizeOptions(opts);
validateOptions(options, tree);

await generateWorkspaceFiles(tree, { ...options, nxCloud: undefined } as any);
await generateWorkspaceFiles(tree, options);

addPresetDependencies(tree, options);

Expand Down

0 comments on commit 12402d2

Please sign in to comment.