-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AEM_NO_OPEN
not working
#2323
Comments
indeed....strange ;-) thanks for reporting. |
@tripodsan I found this
and this works like a charm. So either the documentation is off or something else |
🎉 This issue has been resolved in version 16.2.10 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@tripodsan thanks for the quick fix 🚀 One small detail: There seem to be some console.log(' open', argv.open);
console.log('no-open', argv.noOpen); |
oops... thanks you for catching ! |
Description
When using a
.env
file and adding the variableAEM_NO_OPEN
it doesn't seem to be recognized.I tried:
To Reproduce
Steps to reproduce the behavior:
.env
file in the root of your repoAEM_NO_OPEN=true
to your.env
fileaem up
in your terminalExpected behavior
The browser doesn't open a page automatically
Version:
16.1.5
The text was updated successfully, but these errors were encountered: