create-wdio
Advanced tools
Comparing version 8.4.2 to 8.4.3
@@ -67,5 +67,2 @@ import fs from 'node:fs/promises'; | ||
const args = [INSTALL_COMMAND[pm]]; | ||
if (pm === 'yarn') { | ||
args.push('--exact', '--cwd', root); | ||
} | ||
if (opts.dev) { | ||
@@ -72,0 +69,0 @@ args.push(DEV_FLAG[pm]); |
{ | ||
"name": "create-wdio", | ||
"version": "8.4.2", | ||
"version": "8.4.3", | ||
"description": "Install and setup a WebdriverIO project with all its dependencies in a single run", | ||
@@ -5,0 +5,0 @@ "author": "Christian Bromann <mail@bromann.dev>", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17309
305