@nebula.js/cli-create
Advanced tools
Comparing version 4.2.0 to 4.2.1
{ | ||
"name": "@nebula.js/cli-create", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"description": "", | ||
@@ -30,3 +30,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "c12674cac30686c9c44c2a1c2207860ad6cccbf6" | ||
"gitHead": "f84b01f139f618ef691672d35d2b1ef74521f6f7" | ||
} |
@@ -20,3 +20,3 @@ import { devices } from '@playwright/test'; | ||
webServer: { | ||
command: 'yarn start --port 8077', | ||
command: 'yarn start --port 8077 --open false', | ||
reuseExistingServer: !process.env.CI, | ||
@@ -23,0 +23,0 @@ port: '8077', |
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
63221