Skip to content

Commit 1fe7c55

Browse files
committedMar 25, 2024·
ci: add missing google sync config entry
For the primitives sync in FW, a new field was added, that is apparently not optional. This commit adds it now.
1 parent 73c453a commit 1fe7c55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.ng-dev/google-sync-config.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,6 @@
3535
"src/material/expansion/index.ts",
3636
"src/material-experimental/theming/_format-tokens.scss",
3737
"**/*import.scss"
38-
]
38+
],
39+
"separateFilePatterns": []
3940
}

0 commit comments

Comments
 (0)
Please sign in to comment.