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 b8180f8 commit a64d6f8Copy full SHA for a64d6f8
tools/schematics/add-package/index.ts
@@ -78,15 +78,15 @@ function updateWorkspaceConfig() {
78
commands: [`nx run ${name}:build`, `node tools/scripts/build-finish.ts ${name}`],
79
parallel: false,
80
},
81
- },
82
- focus: {
83
- builder: '@nrwl/workspace:run-commands',
+ },
+ focus: {
+ builder: '@nrwl/workspace:run-commands',
84
outputs: ['dist/packages'],
85
- options: {
86
- commands: [`nx workspace-schematic focus-packages ${name}`],
87
- parallel: false
88
- }
89
+ options: {
+ commands: [`nx workspace-schematic focus-packages ${name}`],
+ parallel: false,
90
91
};
92
// add to build all
0 commit comments