-
Notifications
You must be signed in to change notification settings - Fork 15
refactor: use nx-verdaccio for cli-e2e #844
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
Conversation
Code PushUp🤨 Code PushUp report has both improvements and regressions – compared target commit 63fc1f1 with source commit 13a63a4. 🕵️ See full comparison in Code PushUp portal 🔍 🏷️ Categories👍 1 group improved, 👎 1 group regressed, 👍 2 audits improved, 👎 4 audits regressed, 12 audits changed without impacting score🗃️ Groups
18 other groups are unchanged. 🛡️ Audits
495 other audits are unchanged. |
Code PushUp😟 Code PushUp report has regressed – compared target commit d40a552 with source commit 7e6c29d. 🕵️ See full comparison in Code PushUp portal 🔍 🏷️ Categories👎 1 group regressed, 👎 3 audits regressed, 14 audits changed without impacting score🗃️ Groups
19 other groups are unchanged. 🛡️ Audits496 other audits are unchanged. |
This PR uses `nx-verdaccio` for all but `cli-e2e` project. In a follow up PR #844 the `e2e-old` target gets refactored and the tooling code gets a cleanup --------- Signed-off-by: Vojtech Masek <[email protected]> Co-authored-by: Vojtech Masek <[email protected]> Co-authored-by: hanna-skryl <[email protected]>
# Conflicts: # nx.json # package-lock.json # package.json
Precondition:
This PR uses
nx-verdacciofor thecli-e2eproject only. In the precondition PR #842 thee2etarget gets refactored and the tooling code gets a cleanup