Skip to content
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

Fix 'yarn pack', remove unnecessary files from npm package #336

Merged
merged 1 commit into from
Oct 9, 2020

Conversation

evidolob
Copy link
Collaborator

@evidolob evidolob commented Oct 8, 2020

With #333 we use yarn to publish next version.
Before and now, we use npm to publish release version on LS. And there are some difference between npm and yarn on packaging, that difference cause that out/server/* was not included with yarn packaging, but it included by npm.
This PR just fix that, and also remove some unnecessary files from npm package.

Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
@evidolob evidolob self-assigned this Oct 8, 2020
@coveralls
Copy link

coveralls commented Oct 8, 2020

Coverage Status

Coverage remained the same at 77.923% when pulling 1dbb6dc on evidolob:fix-yarn-package into be3ff1b on redhat-developer:master.

@evidolob evidolob merged commit 9738eda into redhat-developer:master Oct 9, 2020
@evidolob evidolob deleted the fix-yarn-package branch October 9, 2020 06:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants