@nx/playwright 19.4.0-rc.0 → 19.4.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/playwright",
3
- "version": "19.4.0-rc.0",
3
+ "version": "19.4.0",
4
4
  "type": "commonjs",
5
5
  "homepage": "https://nx.dev",
6
6
  "private": false,
@@ -35,9 +35,9 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@phenomnomnominal/tsquery": "~5.0.1",
38
- "@nx/devkit": "19.4.0-rc.0",
39
- "@nx/eslint": "19.4.0-rc.0",
40
- "@nx/js": "19.4.0-rc.0",
38
+ "@nx/devkit": "19.4.0",
39
+ "@nx/eslint": "19.4.0",
40
+ "@nx/js": "19.4.0",
41
41
  "tslib": "^2.3.0",
42
42
  "minimatch": "9.0.3"
43
43
  },
@@ -136,7 +136,6 @@ async function buildPlaywrightTargets(configFilePath, projectRoot, options, cont
136
136
  metadata: {
137
137
  technologies: ['playwright'],
138
138
  description: `Runs Playwright Tests in ${relativeSpecFilePath} in CI`,
139
- nonAtomizedTarget: options.targetName,
140
139
  help: {
141
140
  command: `${pmc.exec} playwright test --help`,
142
141
  example: {