create-wdio
Advanced tools
Comparing version 8.3.1 to 8.3.2
@@ -59,2 +59,3 @@ import fs from 'node:fs/promises'; | ||
*/ | ||
console.log(process.argv); | ||
const cmd = PMs.includes(process.argv0) ? process.argv0 : 'npm'; | ||
@@ -61,0 +62,0 @@ await runProgram(cmd, ['install'], { cwd: root, stdio: 'ignore' }); |
{ | ||
"name": "create-wdio", | ||
"version": "8.3.1", | ||
"version": "8.3.2", | ||
"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
16354
276