-
Notifications
You must be signed in to change notification settings - Fork 64
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
[BUG] test suites are included in the NPM package #34
Comments
LayZeeDK
added
bug
Something isn't working
needs-triage
This issue has yet to be looked over by a core team member
labels
May 5, 2021
AgentEnder
removed
the
needs-triage
This issue has yet to be looked over by a core team member
label
May 5, 2021
This should be fixed in the next patch version, but is an issue within the Nx plugin generator by default. I created nrwl/nx#5563 to handle this. |
AgentEnder
added a commit
that referenced
this issue
May 5, 2021
github-actions bot
pushed a commit
that referenced
this issue
May 6, 2021
# [0.5.0-dev.1](v0.4.1...v0.5.0-dev.1) (2021-05-06) ### Bug Fixes * **core:** [#34](#34) remove spec files from built plugin ([f075046](f075046)) * **core:** [#35](#35) dry run is not passed to dotnet new ([8e0b398](8e0b398)) ### Features * **core:** add executor for dotnet publish [#33](#33) ([#36](#36)) ([f7cbd27](f7cbd27))
AgentEnder
pushed a commit
that referenced
this issue
May 6, 2021
Associated PR in @nrwl/nx has been merged. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
*.spec.ts
files are included in the@nx-dotnet/core
package. I noticed them for the generators.To Reproduce
Steps to reproduce the behavior:
npm install --save-dev @nx-dotnet/core
node_modules/@nx-dotnet/core/(...)
Expected behavior
No test suites are included in an NPM package.
Environment:
@nx-donet/core
The text was updated successfully, but these errors were encountered: