Skip to content

Commit 72f546a

Browse files
committed
fix(schematics): update migration script to update to Nx 6.1.0
1 parent 9642583 commit 72f546a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/schematics/migrations/legacy-migrations/20180515-switch-to-nx6.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default {
4141
}
4242
);
4343
execSync(
44-
'ng generate @schematics/update:migrate --package @nrwl/schematics --collection @nrwl/schematics/migrations/migrations.json --from 1.0.3 --to 6.0.0',
44+
'ng generate @schematics/update:migrate --package @nrwl/schematics --collection @nrwl/schematics/migrations/migrations.json --from 1.0.3 --to 6.1.0',
4545
{
4646
stdio: [0, 1, 2]
4747
}

0 commit comments

Comments
 (0)