-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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
docs: fix 'npm run build' + run 'npm audit fix' #10995
Conversation
Codecov Report
@@ Coverage Diff @@
## master #10995 +/- ##
==========================================
- Coverage 65.77% 61.64% -4.14%
==========================================
Files 815 815
Lines 38358 38498 +140
Branches 3607 3620 +13
==========================================
- Hits 25231 23733 -1498
- Misses 13019 14579 +1560
- Partials 108 186 +78
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@mistercrunch this appears to need rebase, and for the license check to be fixed. |
npm run build
would fail because themdx
parser doesn't like the comments at the top.Also ran
npm audit fix
as npm was reporting some issues.