Skip to content

Commit

Permalink
fix: executor prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Dec 28, 2022
1 parent 97c3f81 commit f9aa310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/plugin-tools/src/generators/add-package/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function updateWorkspaceConfig(tree: Tree) {
},
},
'build.all': {
executor: '@nrwl/workspace:run-commands',
executor: 'nx:run-commands',
options: {
commands: [`node tools/scripts/build-finish.ts ${name}`],
parallel: false,
Expand All @@ -116,7 +116,7 @@ function updateWorkspaceConfig(tree: Tree) {
],
},
focus: {
executor: '@nrwl/workspace:run-commands',
executor: 'nx:run-commands',
options: {
commands: [`nx g @nativescript/plugin-tools:focus-packages ${name}`],
parallel: false,
Expand Down

0 comments on commit f9aa310

Please sign in to comment.