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(npm): publish src folder for source maps, fixes downstream builds #1269

Merged
merged 4 commits into from
Dec 18, 2023

Conversation

ghiscoding
Copy link
Owner

@ghiscoding ghiscoding commented Dec 18, 2023

  • add src/ folder to npm publish files so that source maps points to existing folder, this should fix issue reported in Slickgrid-React: Node module warnings slickgrid-react#273
  • the issue was that source maps were pointing to ../..src/ but that folder wasn't published on npm so a few warnings were showing on downstream libs

Copy link

codecov bot commented Dec 18, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0274997) 86.71% compared to head (4b4367d) 86.71%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1269   +/-   ##
=======================================
  Coverage   86.71%   86.71%           
=======================================
  Files         197      197           
  Lines       21374    21374           
  Branches     7103     7103           
=======================================
  Hits        18532    18532           
  Misses       2842     2842           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ghiscoding ghiscoding merged commit 701da75 into master Dec 18, 2023
5 checks passed
@ghiscoding ghiscoding deleted the chore/publish-src branch December 18, 2023 20:25
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