-
Notifications
You must be signed in to change notification settings - Fork 12k
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
e2e script is created in package.json when --createApplication=false #13412
Comments
Hi @alan-agius4, I can fix this issue if you are okay with it. |
@shahata, sorry for the delay. You can take this is if you still want. However when adding an application we might want to add this. |
@alan-agius4 Is there anyone working on this issue? May I take it? |
I am not working on the issue and I think no one is. So feel free to take it. |
@nadyafebi, feel free to take it. |
…ion is false Bugfix for the ng new --createApplication=false command. Currently, it creates an e2e script in package.json. This change will only add the script when the application is created. Closes angular#13412
…ion is false Bugfix for the ng new --createApplication=false command. Currently, it creates an e2e script in package.json. This change will only add the script when the application is created. Closes #13412
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug Report or Feature Request (mark with an
x
)Command (mark with an
x
)Versions
Node: v10.13.0
NPM: v6.4.1
Angular CLI: v7.1.3
Repro steps
ng new --createApplication=false
Desired functionality
The e2e script should not be added to the package.json because no e2e directory or functionality is generated when createApplication flag is false.
The text was updated successfully, but these errors were encountered: