fix(schematics): update migration script to update to Nx 6.1.0
This commit is contained in:
parent
96425833e2
commit
72f546acda
@ -41,7 +41,7 @@ export default {
|
||||
}
|
||||
);
|
||||
execSync(
|
||||
'ng generate @schematics/update:migrate --package @nrwl/schematics --collection @nrwl/schematics/migrations/migrations.json --from 1.0.3 --to 6.0.0',
|
||||
'ng generate @schematics/update:migrate --package @nrwl/schematics --collection @nrwl/schematics/migrations/migrations.json --from 1.0.3 --to 6.1.0',
|
||||
{
|
||||
stdio: [0, 1, 2]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user