Skip to content

Commit

Permalink
ignore two failing libs
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindberg committed Jan 28, 2024
1 parent 92885d6 commit 3f69496
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ object Libraries {
"libphonenumber-js",
"logrocket",
"lottie-web",
"@material/web",
"@material-ui/core",
"@material-ui/icons",
"@material-ui/lab",
Expand Down Expand Up @@ -551,8 +552,11 @@ object Libraries {
"raspi-board",
"raspi-soft-pwm",
"windows-process-tree",
// doesnt exists
// doesnt exist
"xumm-api",
// runs forever
"@atlaskit/primitives",
"json-joy",
).map(TsIdentLibrary.apply)

val Slow = SortedSet("@pulumi/aws", "aws-sdk", "googleapis", "@material-ui/core", "@storybook/components").map(
Expand Down

0 comments on commit 3f69496

Please sign in to comment.