Skip to content

Commit

Permalink
fix(core): fix tao to support migrations from older workspaces (nrwl#…
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez authored and sidmonta committed Apr 2, 2022
1 parent 969b099 commit 9e1a874
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/tao/index.ts
@@ -1,2 +1,7 @@
#!/usr/bin/env node
// this is to support older workspaces
if (process.argv[2] === 'migrate') {
process.argv[2] = '_migrate';
}

require('nx/bin/nx');

0 comments on commit 9e1a874

Please sign in to comment.