-
Notifications
You must be signed in to change notification settings - Fork 47
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
bazel - added rules player back for docs site #470
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #470 +/- ##
==========================================
+ Coverage 91.75% 91.94% +0.19%
==========================================
Files 339 340 +1
Lines 27044 26838 -206
Branches 1963 1946 -17
==========================================
- Hits 24814 24677 -137
+ Misses 2216 2147 -69
Partials 14 14 ☔ View full report in Codecov by Sentry. |
tsconfig.json
Outdated
@@ -22,7 +22,5 @@ | |||
"resolveJsonModule": true, | |||
"composite": true, | |||
"lib": ["DOM", "ES2020"], | |||
"isolatedDeclarations": true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did these change?
…:player-ui/player into bazel/docsSite
This adds back in the stamp rule and gh_deploy from rules_player. Allowing us to publish docs
Change Type (required)
Indicate the type of change your pull request is:
patch
minor
major
Does your PR have any documentation updates?