Commit 6c5de79 1 parent 144daaa commit 6c5de79 Copy full SHA for 6c5de79
File tree 2 files changed +1
-5
lines changed
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ export const useScrollRestoration: (key: string) => {
30
30
onScroll ( ) : void
31
31
}
32
32
33
- class StaticQueryDocument {
33
+ export class StaticQueryDocument {
34
34
/** Prevents structural type widening. */
35
35
#kind: "StaticQueryDocument"
36
36
Original file line number Diff line number Diff line change @@ -36,10 +36,6 @@ let packagesWithTs = packages
36
36
ignore : `**/node_modules/**` ,
37
37
} ) . length
38
38
)
39
- // TEMPORARILY NOT CHECKING GATSBY-ADMIN
40
- // Gatsby admin is filled with type bugs, and i'm not sure the best way to solve it
41
- // because they are coming from theme-ui.
42
- . filter ( path => ! path . includes ( `gatsby-admin` ) )
43
39
44
40
if ( filterPackage ) {
45
41
packagesWithTs = packagesWithTs . filter ( project =>
You can’t perform that action at this time.
0 commit comments