fix(core): fix tao to support migrations from older workspaces (#9594)
This commit is contained in:
parent
bdc73340df
commit
ace6673f4f
@ -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');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user