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

Remove lock files in build and clean step to allow linking #1208

Merged
merged 1 commit into from
Jul 19, 2021

Conversation

karelhala
Copy link
Collaborator

Incorrect linking

Since we are using npm@v7 and its workspaces the linking of a package is somewhat not correct. Based on this reply npm/cli#2036 (comment) it looks like the problem is that we store lock files in each folder. This PR adds a new command to clean and after install to remove such files.

@karelhala karelhala requested review from a team July 19, 2021 08:33
@karelhala karelhala force-pushed the remove-lock-files branch from e85c439 to ef9a69f Compare July 19, 2021 08:34
@codecov-commenter
Copy link

codecov-commenter commented Jul 19, 2021

Codecov Report

Merging #1208 (ef9a69f) into master (fa8e51c) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1208   +/-   ##
=======================================
  Coverage   67.80%   67.80%           
=======================================
  Files         263      263           
  Lines        5109     5109           
  Branches     1786     1786           
=======================================
  Hits         3464     3464           
  Misses       1458     1458           
  Partials      187      187           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fa8e51c...ef9a69f. Read the comment docs.

@Hyperkid123 Hyperkid123 merged commit 199575c into RedHatInsights:master Jul 19, 2021
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