feat(testing): add missing targetDefaults migration entry for @nx/playwright (#27359)
The migration file is there but missing in `migrations.json`. <!-- Example: `fix(nx): must begin with lowercase` --> <!-- If this is a particularly complex change or feature addition, you can request a dedicated Nx release for this pull request branch. Mention someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they will confirm if the PR warrants its own release for testing purposes, and generate it for you if appropriate. --> ## Current Behavior <!-- This is the behavior we have today --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
This commit is contained in:
parent
826e6ab397
commit
9d852570be
@ -17,6 +17,12 @@
|
||||
"version": "19.6.0-beta.0",
|
||||
"description": "Use serve-static or preview for webServerCommand.",
|
||||
"implementation": "./src/migrations/update-19-6-0/use-serve-static-preview-for-command"
|
||||
},
|
||||
"update-19-6-0-add-e2e-ci-target-defaults": {
|
||||
"cli": "nx",
|
||||
"version": "19.6.0-beta.1",
|
||||
"description": "Add inferred ciTargetNames to targetDefaults with dependsOn to ensure dependent application builds are scheduled before atomized tasks.",
|
||||
"implementation": "./src/migrations/update-19-6-0/add-e2e-ci-target-defaults"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user