@poi/dev-utils
Advanced tools
Comparing version 12.0.2 to 12.0.3
{ | ||
"name": "@poi/dev-utils", | ||
"version": "12.0.2", | ||
"version": "12.0.3", | ||
"publishConfig": { | ||
@@ -22,3 +22,3 @@ "access": "public" | ||
"xo": false, | ||
"gitHead": "4ec76debae26838af726dfac9556009452886189" | ||
"gitHead": "51164ea16b38301ecfc369788c55e2210b3b1ef2" | ||
} |
const chalk = require('chalk') | ||
const address = require('address') | ||
module.exports = ({ host, port, open }) => { | ||
module.exports = ({ host, port, open, isFirstBuild }) => { | ||
const ip = address.ip() | ||
@@ -15,5 +15,5 @@ | ||
if (open) { | ||
if (open && isFirstBuild) { | ||
require('./openBrowser')(`http://${prettyHost}:${port}`) | ||
} | ||
} |
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
28750
16