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 aa6cb3f commit c697552Copy full SHA for c697552
packages/schematics/angular/workspace/index.ts
@@ -18,7 +18,7 @@ import {
18
} from '@angular-devkit/schematics';
19
import { execSync } from 'node:child_process';
20
import { latestVersions } from '../utility/latest-versions';
21
-import { Schema as WorkspaceOptions, PackageManager } from './schema';
+import { PackageManager, Schema as WorkspaceOptions } from './schema';
22
23
export default function (options: WorkspaceOptions): Rule {
24
return () => {
0 commit comments