@nx/playwright 20.0.0-beta.1 → 20.0.0-canary.20240925-6182d20
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": "20.0.0-
|
3
|
+
"version": "20.0.0-canary.20240925-6182d20",
|
4
4
|
"type": "commonjs",
|
5
5
|
"homepage": "https://nx.dev",
|
6
6
|
"private": false,
|
@@ -35,11 +35,11 @@
|
|
35
35
|
},
|
36
36
|
"dependencies": {
|
37
37
|
"@phenomnomnominal/tsquery": "~5.0.1",
|
38
|
-
"@nx/devkit": "20.0.0-
|
39
|
-
"@nx/eslint": "20.0.0-
|
40
|
-
"@nx/webpack": "20.0.0-
|
41
|
-
"@nx/vite": "20.0.0-
|
42
|
-
"@nx/js": "20.0.0-
|
38
|
+
"@nx/devkit": "20.0.0-canary.20240925-6182d20",
|
39
|
+
"@nx/eslint": "20.0.0-canary.20240925-6182d20",
|
40
|
+
"@nx/webpack": "20.0.0-canary.20240925-6182d20",
|
41
|
+
"@nx/vite": "20.0.0-canary.20240925-6182d20",
|
42
|
+
"@nx/js": "20.0.0-canary.20240925-6182d20",
|
43
43
|
"tslib": "^2.3.0",
|
44
44
|
"minimatch": "9.0.3"
|
45
45
|
},
|
@@ -98,7 +98,10 @@ function getBrowsersInstallTask() {
|
|
98
98
|
bodyLines: ['use --skipInstall to skip installation.'],
|
99
99
|
});
|
100
100
|
const pmc = (0, devkit_1.getPackageManagerCommand)();
|
101
|
-
(0, child_process_1.execSync)(`${pmc.exec} playwright install`, {
|
101
|
+
(0, child_process_1.execSync)(`${pmc.exec} playwright install`, {
|
102
|
+
cwd: devkit_1.workspaceRoot,
|
103
|
+
windowsHide: true,
|
104
|
+
});
|
102
105
|
};
|
103
106
|
}
|
104
107
|
function recommendVsCodeExtensions(tree) {
|