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

Use file instead of link in dependencies #30

Merged
merged 1 commit into from
May 13, 2023
Merged

Conversation

kitsuyui
Copy link
Owner

If you use link in dependencies of package.json, you will get an error when you run yarn publish.
Use file instead.

There are situations where you want it to behave as a link rather than a file when running locally.
In that case, instead of writing link in package.json, use yarn link to create a symbolic link.

If you use link in dependencies of package.json, you will get an error when you run yarn publish.
Use file instead.

There are situations where you want it to behave as a link rather than a file when running locally.
In that case, instead of writing link in package.json, use yarn link to create a symbolic link.
@codecov-commenter
Copy link

Codecov Report

Patch and project coverage have no change.

Comparison is base (76845db) 71.18% compared to head (5677a31) 71.18%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #30   +/-   ##
=======================================
  Coverage   71.18%   71.18%           
=======================================
  Files           5        5           
  Lines          59       59           
  Branches        7        7           
=======================================
  Hits           42       42           
  Misses         11       11           
  Partials        6        6           
Flag Coverage Δ
unittests 71.18% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@kitsuyui kitsuyui merged commit c160221 into main May 13, 2023
@kitsuyui kitsuyui deleted the use-file-not-link branch May 13, 2023 12:51
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.

2 participants