test-ipfs-example
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -6,6 +6,12 @@ #! /usr/bin/env node | ||
// install deps | ||
await execa('npx', ['-y', 'playwright', 'install', '--with-deps'], { | ||
stdio: 'inherit' | ||
}) | ||
try { | ||
// install deps | ||
await execa('npx', ['-y', 'playwright', 'install', '--with-deps'], { | ||
stdio: 'inherit' | ||
}) | ||
} catch (err) { | ||
if (!err.message.includes('Could not get lock')) { | ||
throw err | ||
} | ||
} | ||
@@ -12,0 +18,0 @@ for (const file of process.argv.slice(2)) { |
{ | ||
"name": "test-ipfs-example", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "A test suite for testing examples using playwright for browsers and simple output matching for node", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0 OR MIT", |
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
39928
573