-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
feat(nx-plugin): add verdaccio to create package e2e #17566
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
1f92aa2
to
218cd71
Compare
218cd71
to
8fcc022
Compare
8fcc022
to
a7b1e13
Compare
a7b1e13
to
c773dc0
Compare
c773dc0
to
2880d9a
Compare
2252ad5
to
351d3f1
Compare
351d3f1
to
f5f710a
Compare
f5f710a
to
f629267
Compare
f629267
to
96ad057
Compare
96ad057
to
088263f
Compare
088263f
to
b4540c6
Compare
packages/plugin/src/generators/create-package/create-package.ts
Outdated
Show resolved
Hide resolved
packages/plugin/src/generators/create-package/files/e2e/__cliName__.spec.ts__tmpl__
Outdated
Show resolved
Hide resolved
packages/plugin/src/generators/create-package/files/e2e/__cliName__.spec.ts__tmpl__
Outdated
Show resolved
Hide resolved
b4540c6
to
4b9faba
Compare
4b9faba
to
5080a9b
Compare
rootProject: false, | ||
}); | ||
|
||
function addE2eProject(host: Tree, options: NormalizedSchema) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
followup: this function name isn't accurate anymore, no project is added.
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Current Behavior
Expected Behavior
Related Issue(s)
Fixes #