Skip to content

Commit a64d6f8

Browse files
committed
chore: format
1 parent b8180f8 commit a64d6f8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tools/schematics/add-package/index.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@ function updateWorkspaceConfig() {
7878
commands: [`nx run ${name}:build`, `node tools/scripts/build-finish.ts ${name}`],
7979
parallel: false,
8080
},
81-
},
82-
focus: {
83-
builder: '@nrwl/workspace:run-commands',
81+
},
82+
focus: {
83+
builder: '@nrwl/workspace:run-commands',
8484
outputs: ['dist/packages'],
85-
options: {
86-
commands: [`nx workspace-schematic focus-packages ${name}`],
87-
parallel: false
88-
}
89-
}
85+
options: {
86+
commands: [`nx workspace-schematic focus-packages ${name}`],
87+
parallel: false,
88+
},
89+
},
9090
},
9191
};
9292
// add to build all

0 commit comments

Comments
 (0)